diff --git a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue index df1f01387..e9fd7f355 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHd-rh/step1.vue @@ -564,12 +564,12 @@ export default { this.newDataList = this.fileTextList this.newDataList.push({ id: res.data.attId, - name: res.data.standName + name: res.data.name }) } else { this.newDataList.push({ id: res.data.attId, - name: res.data.standName + name: res.data.name }) } this.fileListData.fileText = this.newDataList diff --git a/src/pages/processCenter/pages/creatProcess/bzhHh-hh/step1.vue b/src/pages/processCenter/pages/creatProcess/bzhHh-hh/step1.vue index 948bbc6d6..1bb287d22 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHh-hh/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHh-hh/step1.vue @@ -375,12 +375,12 @@ export default { this.newDataList = this.reData this.newDataList.push({ id: res.data.attId, - name: res.data.standName + name: res.data.name }) } else { this.newDataList.push({ id: res.data.attId, - name: res.data.standName + name: res.data.name }) } @@ -449,12 +449,12 @@ export default { this.newThemeFile = this.themeData this.newThemeFile.push({ id: res.data.attId, - name: res.data.standName + name: res.data.name }) } else { this.newDataList.push({ id: res.data.attId, - name: res.data.standName + name: res.data.name }) } this.themeDataList.meetingFile = this.newThemeFile @@ -510,12 +510,12 @@ export default { this.newOtherFile = this.hh_pageData.otherFileList this.newOtherFile.push({ id: res.data.attId, - name: res.data.standName + name: res.data.name }) } else { this.newOtherFile.push({ id: res.data.attId, - name: res.data.standName + name: res.data.name }) } this.hh_pageData.otherFileList = this.newOtherFile diff --git a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue index c8efb7e7f..11f73fd78 100644 --- a/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzhHy-ch/step1.vue @@ -487,12 +487,12 @@ export default { this.newDataList = this.ch_pageData.fileTextList this.newDataList.push({ id: res.data.attId, - name: res.data.standName + name: res.data.name }) } else { this.newDataList.push({ id: res.data.attId, - name: res.data.standName + name: res.data.name }) } this.ch_pageData.fileTextList = this.newDataList diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue index 39bb29fce..79b6974d5 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue @@ -368,7 +368,7 @@ align="center" label="适用产品线"> - - + -->