|
@@ -217,8 +217,7 @@ type TaskInfoType = FormalTaskType | HistoryTaskType
|
|
|
// let currentTaskPool: ExtractApiResponse<'getMarkingTask'> = []
|
|
|
let currentTaskPool: any = []
|
|
|
|
|
|
-// const currentTask = ref<TaskInfoType>()
|
|
|
-const currentTask = ref<any>()
|
|
|
+const currentTask = ref<TaskInfoType & { dataUrl?: any }>()
|
|
|
|
|
|
type excludeOperationTypes = InstanceType<typeof MarkHeader>['$props']['excludeOperations']
|
|
|
|