From 1f1b8d78f62d5dbd3d46dacac95154f5cc0994ed Mon Sep 17 00:00:00 2001 From: zhangyichen <5277314+zacty@user.noreply.gitee.com> Date: Mon, 28 Mar 2022 14:35:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug=2052184=20=E6=B3=95?= =?UTF-8?q?=E8=A7=84=E6=B8=85=E5=8D=95--=E7=BC=96=E8=BE=91=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=EF=BC=8C=E5=9C=A8=E8=AF=A5=E6=B8=85=E5=8D=95=E5=AD=98?= =?UTF-8?q?=E5=9C=A8=E4=B8=80=E4=B8=AA=E6=A0=87=E5=87=86=E7=9A=84=E6=83=85?= =?UTF-8?q?=E5=86=B5=E4=B8=8B=EF=BC=8C=E7=AC=AC=E4=B8=80=E6=AC=A1=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E4=B8=80=E4=B8=AA=E6=A0=87=E5=87=86=EF=BC=8C=E4=B8=8B?= =?UTF-8?q?=E9=9D=A2=E5=8F=AA=E6=98=BE=E7=A4=BA=E6=B7=BB=E5=8A=A0=E7=9A=84?= =?UTF-8?q?=E6=A0=87=E5=87=86=EF=BC=88=E7=AC=AC=E4=B8=80=E6=AC=A1=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=A0=87=E5=87=86=E4=B8=8D=E6=98=AF=E8=BF=BD=E5=8A=A0?= =?UTF-8?q?=EF=BC=8C=E8=80=8C=E6=98=AF=E8=A6=86=E7=9B=96=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../accessStandardsAndRegulations/pages/addEdit.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue index 2b7d4d474..c8933c290 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue @@ -1212,8 +1212,8 @@ export default { this.$refs.searchTable.clearSelection() this.$message.warning('请勿添加重复数据') } else { - this.sarAccessInfoLists.push(item) - this.sarAccessInfoLists.forEach(item => { + this.sarAccessInfoList.push(item) + this.sarAccessInfoList.forEach(item => { if (item.lawsNumber) { item.standNumber = item.lawsNumber } @@ -1254,7 +1254,7 @@ export default { // this.$refs.accessTypeSelect.clearSelection() this.$refs.entryTable.clearSelection() this.$refs.searchTable.clearSelection() - this.sarAccessInfoLists.forEach(item => { + this.sarAccessInfoList.forEach(item => { if (item.nylx === '[]') { item.nylx = '' } @@ -1268,7 +1268,7 @@ export default { item.sycpx = '' } }) - this.sarAccessInfoList = this.sarAccessInfoLists + // this.sarAccessInfoList = this.sarAccessInfoLists } }) } else {