From 25b0d10b29255867363735831f57d995e779bf7d Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Fri, 31 May 2024 10:10:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectFront/projectSummary/cooperationUnit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/projectFront/projectSummary/cooperationUnit.vue b/src/views/projectFront/projectSummary/cooperationUnit.vue index b61769c9..5bdef075 100644 --- a/src/views/projectFront/projectSummary/cooperationUnit.vue +++ b/src/views/projectFront/projectSummary/cooperationUnit.vue @@ -985,7 +985,7 @@ export default { 'message.laborMange.theNewEnterprise' ) this.addEnterpriseDialog = true - this.enterpriseForm.enterpriseTypeId = Number(this.checkedId) + // this.enterpriseForm.enterpriseTypeId = Number(this.checkedId) }, //编辑按钮 editBtn(value) {