diff --git a/src/views/office/detail.vue b/src/views/office/detail.vue index 5efeb7c..270a02a 100644 --- a/src/views/office/detail.vue +++ b/src/views/office/detail.vue @@ -233,7 +233,7 @@ width="40%" append-to-body > - + + 取 消 确 定 @@ -602,8 +603,6 @@ function onSelectUsers(title, type) { const taskFormParser = ref(); function handleComplete() { // 校验表单 - // console.log(taskFormParser.value); - // debugger; // const taskFormRef = taskFormParser.value; const isExistTaskForm = taskFormParser.value !== undefined; // 若无任务表单,则 taskFormPromise 为 true,即不需要校验