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 => { }) }