From 718e0394de011f4326c0e1edc7c33455dcfda0c9 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Tue, 1 Jul 2025 15:14:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9B=E5=BA=94=E5=95=86=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=AF=B9=E6=8E=A52?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/foodManage/supplierManage/supplierList/index.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/foodManage/supplierManage/supplierList/index.vue b/src/views/foodManage/supplierManage/supplierList/index.vue index 48b9e00a..2d36d0d8 100644 --- a/src/views/foodManage/supplierManage/supplierList/index.vue +++ b/src/views/foodManage/supplierManage/supplierList/index.vue @@ -661,6 +661,11 @@ export default { this.idCardImgF=[] } this.form = Object.assign({}, row) + let arr = ['2'] + this.form.categoryModelList.forEach(item=>{ + arr.push(item.categoryId) + }) + this.$set(this.form,"categoryIdList",arr) this.form.mainQualificationList.forEach(item=>{ if(item.imgUrl&&item.imgUrl!=''){ item.fileList = [{url:item.imgUrl}]