From cc293536e2f9879f092a63dae790473aca9ac9d5 Mon Sep 17 00:00:00 2001 From: gssong <1742057357@qq.com> Date: 星期四, 07 三月 2024 21:54:47 +0800 Subject: [PATCH] add 添加审批加签 减签 --- src/components/UserSelect/index.vue | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/components/UserSelect/index.vue b/src/components/UserSelect/index.vue index 7f8b185..0599a17 100644 --- a/src/components/UserSelect/index.vue +++ b/src/components/UserSelect/index.vue @@ -290,8 +290,6 @@ watch( () => userDialog.visible.value, (newValue: boolean) => { - console.log(selectUserList.value) - if (newValue) { initSelectUser(); } else { -- Gitblit v1.9.3