From 397f5b5d8f6f15270b158a91ba3b173d00051df5 Mon Sep 17 00:00:00 2001 From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com> Date: 星期五, 27 六月 2025 17:00:41 +0800 Subject: [PATCH] 修改 --- src/views/build/conpanyFunctionConsult/industryTemplate/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/build/conpanyFunctionConsult/industryTemplate/index.vue b/src/views/build/conpanyFunctionConsult/industryTemplate/index.vue index 19c1ef3..e0c9573 100644 --- a/src/views/build/conpanyFunctionConsult/industryTemplate/index.vue +++ b/src/views/build/conpanyFunctionConsult/industryTemplate/index.vue @@ -141,7 +141,7 @@ const res = await getCompany(queryParams) if (res.code == 200) { data.companyList = res.data.list?res.data.list:[] - data.queryParams.companyId = data.companyList[0].id + // data.queryParams.companyId = data.companyList[0].id } else { ElMessage.warning(res.message) } @@ -156,7 +156,7 @@ } const openDialog = (type, value) => { - dialogRef.value.openDialog(type, value, data.queryParams.companyId); + dialogRef.value.openDialog(type, value, data.queryParams.companyId, data.isAdmin, data.companyList); } /** 重置新增的表单以及其他数据 */ -- Gitblit v1.9.2