From f788927da28671050d60ecb8a636f712b4fd3fcf Mon Sep 17 00:00:00 2001 From: zhoulinf <2507241354@qq.com> Date: Wed, 22 Oct 2025 18:04:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BD=9C=E5=9C=A8=E6=9C=8D=E5=8A=A1=E5=95=86?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/supplierAdd.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/index/supplierAdd.vue b/src/views/index/supplierAdd.vue index 668151c9..a8741a4c 100644 --- a/src/views/index/supplierAdd.vue +++ b/src/views/index/supplierAdd.vue @@ -219,13 +219,14 @@ this.$toast('服务区域不能为空') return } - if( !this.id ) { + if(!this.wechatId) { await this.QrCodeResult(); if( !this.wechatId ) { this.$toast('请先添加企微再申请') return } } + if( this.$refs.tree.getCheckedKeys().length > 0 ) { await this.saveHandler() } else {