|
@@ -283,7 +283,7 @@ onLoad((options: PageLoadOptions = {}) => {
|
|
|
exportFlowVersion += 1
|
|
exportFlowVersion += 1
|
|
|
const flowVersion = exportFlowVersion
|
|
const flowVersion = exportFlowVersion
|
|
|
|
|
|
|
|
- taskId.value = String(options.taskId ?? options.id ?? '').trim()
|
|
|
|
|
|
|
+ taskId.value = String(options.id).trim()
|
|
|
exportToken.value = String(options.exportToken ?? '').trim()
|
|
exportToken.value = String(options.exportToken ?? '').trim()
|
|
|
exportStartTs = Date.now()
|
|
exportStartTs = Date.now()
|
|
|
exportReadyNotified = false
|
|
exportReadyNotified = false
|