From 6cd6b71a661ef177fa8b9697dac2569c99c4d961 Mon Sep 17 00:00:00 2001 From: zhoulinf <2507241354@qq.com> Date: Wed, 12 Nov 2025 10:04:10 +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=B7=BB=E5=8A=A0=E5=9B=B0=E5=A2=83?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/supplierAdd.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/index/supplierAdd.vue b/src/views/index/supplierAdd.vue index e537823d..5e804de3 100644 --- a/src/views/index/supplierAdd.vue +++ b/src/views/index/supplierAdd.vue @@ -290,7 +290,7 @@ }, async getSupplierServiceTree(){ let res = await supplierServicePartTree({ - serviceTypes: '1002,1003', + serviceTypes: '1002,1003,1004', treeType: 2 }); this.supplierServiceList=res.data