From 039b46a6f8b22c613f6c59e025fee4b8454b04cd Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Tue, 21 Nov 2023 16:37:38 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug78600?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/jerobiz/JSelectDepart.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/jerobiz/JSelectDepart.vue b/src/components/jerobiz/JSelectDepart.vue index cd8bb694..6d38e014 100644 --- a/src/components/jerobiz/JSelectDepart.vue +++ b/src/components/jerobiz/JSelectDepart.vue @@ -165,6 +165,9 @@ export default { return this.departNames }, handleEmpty () { + if (this.disabled) { + return + } this.handleOK('') } },