This commit is contained in:
2026-03-05 21:00:35 +08:00

View File

@@ -57,8 +57,8 @@ const dialogVisible = computed({
},
});
const apiParams = ref({
taskId: props.taskUid,
const apiParams = computed(() => {
return { taskId: props.taskUid };
});
// const { TASK_PROGRESS_STATUS } = useDict('TASK_PROGRESS_STATUS');