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 {