From 49094a54601bad7449dfccf22c6bfb13288b43a1 Mon Sep 17 00:00:00 2001 From: cxc Date: Thu, 5 Jan 2023 14:34:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E5=9B=9E=20bugfix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/office/detail.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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,即不需要校验