修复apiParams
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user