From b6c5716a74613d5847756081f6191b5cf48c27cf Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Thu, 2 Dec 2021 15:29:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=89=E5=A4=A7=E6=B8=85=E5=8D=95=E7=9A=84?= =?UTF-8?q?=E5=88=86=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../accessStandardsAndRegulations/pages/addEdit.vue | 2 ++ .../accessStandardsAndRegulations/pages/otherAddEit.vue | 2 ++ .../accessStandardsAndRegulations/pages/projectAddEit.vue | 2 ++ 3 files changed, 6 insertions(+) diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue index 8297e2464..d676a1cca 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue @@ -1641,6 +1641,7 @@ export default { }, res => { console.log('1640',res) this.sarAccessInfoSearchList = res.data.list + this.drawerTotal = res.data.count }, e => { }) }else if (this.sarAccessInfoSearch.dataSource === 'BUSINESS'){ @@ -1649,6 +1650,7 @@ export default { }, res => { console.log('1648',res) this.sarAccessInfoSearchList = res.data.list + this.drawerTotal = res.data.count }, e => { }) } diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue index 70ec69b73..cc186c817 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue @@ -1538,6 +1538,7 @@ export default { }, res => { console.log('1640',res) this.sarAccessInfoSearchList = res.data.list + this.drawerTotal = res.data.count }, e => { }) }else if (this.sarAccessInfoSearch.dataSource === 'BUSINESS'){ @@ -1546,6 +1547,7 @@ export default { }, res => { console.log('1648',res) this.sarAccessInfoSearchList = res.data.list + this.drawerTotal = res.data.count }, e => { }) } diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue index 360907b0e..25941adfd 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue @@ -1636,6 +1636,7 @@ export default { }, res => { console.log('1640',res) this.sarAccessInfoSearchList = res.data.list + this.drawerTotal = res.data.count }, e => { }) }else if (this.sarAccessInfoSearch.dataSource === 'BUSINESS'){ @@ -1644,6 +1645,7 @@ export default { }, res => { console.log('1648',res) this.sarAccessInfoSearchList = res.data.list + this.drawerTotal = res.data.count }, e => { }) }