From 82932ea2ed266bfe44729f47426c58b7e41a5023 Mon Sep 17 00:00:00 2001 From: shenyanpei Date: Fri, 10 Dec 2021 14:52:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E4=BC=9A=E5=8F=82=E4=BC=9A=E3=80=81?= =?UTF-8?q?=E5=85=A5=E4=BC=9A=E3=80=81=E4=BC=9A=E5=90=8E=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=90=8D=E4=BF=AE=E6=94=B9=EF=BC=8C=E6=B8=85=E5=8D=95=E5=AE=9E?= =?UTF-8?q?=E6=96=BD=E6=97=A5=E6=9C=9F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/bzhHd-rh/step1.vue | 4 +- .../pages/creatProcess/bzhHh-hh/step1.vue | 12 ++-- .../pages/creatProcess/bzhHy-ch/step1.vue | 4 +- .../pages/addEdit.vue | 63 +++++++++++++------ .../pages/otherAddEit.vue | 42 ++++++++++--- .../pages/projectAddEit.vue | 41 +++++++++--- 6 files changed, 120 insertions(+), 46 deletions(-) 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="适用产品线"> - - + -->