|
@@ -138,6 +138,8 @@ const historyTaskChange = (task: TaskInfoType) => {
|
|
|
|
|
|
const getNextTask = () => {
|
|
|
currentTask.value = currentTaskPool.shift()
|
|
|
+ currentTaskType.value =
|
|
|
+ currentTask.value && markStatusIcon[currentTask.value.taskType] ? currentTask.value.taskType : 'FORMAL'
|
|
|
if (currentTaskPool.length < 2) {
|
|
|
getMarkingTask()
|
|
|
}
|