From ebbd7d24a9ff244879a3ede8af5b585e71710818 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Thu, 8 May 2025 15:53:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=85=E9=81=93bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/data-create/gw-template/components/addAndEditForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/data-create/gw-template/components/addAndEditForm.vue b/src/views/data-create/gw-template/components/addAndEditForm.vue index bce8a1c..2fa0e6f 100644 --- a/src/views/data-create/gw-template/components/addAndEditForm.vue +++ b/src/views/data-create/gw-template/components/addAndEditForm.vue @@ -1246,7 +1246,7 @@ export default { if (this.companyPerformanceList.length > 0) { this.selectData = this.companyPerformanceList.map((item) => item.perfId) } else { - this.selectData = [] + // this.selectData = [] } this.dialogConfig.outerVisible = true },