From 0d5ae66481130eb3358121c94d004a28d34d2b03 Mon Sep 17 00:00:00 2001 From: zhoulinf <2507241354@qq.com> Date: Thu, 13 Nov 2025 09:31:04 +0800 Subject: [PATCH] =?UTF-8?q?story#7552=20=E6=BD=9C=E5=9C=A8=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E5=95=86=EF=BC=8C=E6=9C=8D=E5=8A=A1=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?(=E5=AD=97=E6=AE=B5=E6=9B=BF=E6=8D=A2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/supplierAdd.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/index/supplierAdd.vue b/src/views/index/supplierAdd.vue index 76a24928..902cf4f8 100644 --- a/src/views/index/supplierAdd.vue +++ b/src/views/index/supplierAdd.vue @@ -205,8 +205,8 @@ if(this.companyPhoto) { this.companyPhotoList = [{ url : this.companyPhoto }]; } - if( _data.serviceType ) { - this.$refs.tree.setCheckedKeys(_data.serviceType.split(',')) + if( _data.service ) { + this.$refs.tree.setCheckedKeys(_data.service.split(',')) } if(_data?.serviceAreaCode) { this.$set(this.form, 'serviceAreaCode', _data?.serviceAreaCode.split(',').map(item => Number(item)));