diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue index 117aa3e11..99cae6987 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue @@ -211,26 +211,19 @@ - - - + - + @@ -575,8 +568,8 @@ export default { typeApplicable: '', nylx: '', ssrq: '', - zccssrqgj: '', - xcxssrqgj: '', + zccssrq: '', + xcxssrq: '', zrbm: '', sycpx: '', cycvppsbm: '', @@ -1251,11 +1244,11 @@ export default { if (this.editRowData.ssrq !== null) { this.editRowData.ssrq = this.editRowData.ssrq.split(',') } - if (this.editRowData.zccssrqgj !== null) { - this.editRowData.zccssrqgj = this.editRowData.zccssrqgj.split(',') + if (this.editRowData.zccssrq !== null) { + this.editRowData.zccssrq = this.editRowData.zccssrq.split(',') } - if (this.editRowData.xcxssrqgj !== null) { - this.editRowData.xcxssrqgj = this.editRowData.xcxssrqgj.split(',') + if (this.editRowData.xcxssrq !== null) { + this.editRowData.xcxssrq = this.editRowData.xcxssrq.split(',') } this.drawerEdit = true }, @@ -1263,8 +1256,8 @@ export default { cancelInfo() { let Item = JSON.parse(localStorage.getItem('obj')) this.editRowData.ssrq = Item.ssrq - this.editRowData.xcxssrqgj = Item.xcxssrqgj - this.editRowData.zccssrqgj = Item.zccssrqgj + this.editRowData.xcxssrq = Item.xcxssrq + this.editRowData.zccssrq = Item.zccssrq this.drawerEdit = false }, // 抽屉提交按钮 @@ -1272,11 +1265,11 @@ export default { if (this.editRowData.ssrq !== null) { this.editRowData.ssrq = this.editRowData.ssrq.join(',') } - if (this.editRowData.xcxssrqgj !== null){ - this.editRowData.xcxssrqgj = this.editRowData.xcxssrqgj.join(',') + if (this.editRowData.xcxssrq !== null){ + this.editRowData.xcxssrq = this.editRowData.xcxssrq.join(',') } - if (this.editRowData.zccssrqgj !== null){ - this.editRowData.zccssrqgj = this.editRowData.zccssrqgj.join(',') + if (this.editRowData.zccssrq !== null){ + this.editRowData.zccssrq = this.editRowData.zccssrq.join(',') } this.drawerEdit = false }, @@ -1351,15 +1344,15 @@ export default { } else { rowlist1.push(this.sarAccessInfoList[i].ssrq) } - if (this.sarAccessInfoList[i].xcxssrqgj === null || this.sarAccessInfoList[i].xcxssrqgj === undefined) { - rowlist3.push(this.sarAccessInfoList[i].xcxssrqgj = '-') + if (this.sarAccessInfoList[i].xcxssrq === null || this.sarAccessInfoList[i].xcxssrq === undefined) { + rowlist3.push(this.sarAccessInfoList[i].xcxssrq = '-') } else { - rowlist3.push(this.sarAccessInfoList[i].xcxssrqgj) + rowlist3.push(this.sarAccessInfoList[i].xcxssrq) } - if (this.sarAccessInfoList[i].zccssrqgj === null || this.sarAccessInfoList[i].zccssrqgj === undefined) { - rowlist2.push(this.sarAccessInfoList[i].zccssrqgj = '-') + if (this.sarAccessInfoList[i].zccssrq === null || this.sarAccessInfoList[i].zccssrq === undefined) { + rowlist2.push(this.sarAccessInfoList[i].zccssrq = '-') } else { - rowlist2.push(this.sarAccessInfoList[i].zccssrqgj) + rowlist2.push(this.sarAccessInfoList[i].zccssrq) } } console.log(rowlist1) diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue index d2aba5df2..67875773a 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue @@ -369,7 +369,7 @@ width="210px" label="卡车VPPS中文名称"> --> - + diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue index b5b1a6e23..b750c661a 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue @@ -399,7 +399,7 @@ align="center" label="适用产品线"> - +