From 156bad80a06e864a51379ee763a46d43cd70913d Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Mon, 12 May 2025 08:36:38 +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/nw-template/components/addAndEditForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/data-create/nw-template/components/addAndEditForm.vue b/src/views/data-create/nw-template/components/addAndEditForm.vue index 76351b1..1d66148 100644 --- a/src/views/data-create/nw-template/components/addAndEditForm.vue +++ b/src/views/data-create/nw-template/components/addAndEditForm.vue @@ -1028,7 +1028,7 @@ export default { }, // 选择分包人员 async selectSubcontractorPerson(index) { - this.subcontractorPersonTableCurrentIndex = index + this.subcontractorPersonCurrentIndex = index this.dialogConfig.outerTitle = '分包人员选择' this.otherPersonQueryParams.pageNum = 1 this.otherPersonQueryParams.pageSize = 10