From 1bb5377ef1267224b3d7e7b04baf08b5431ea42a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Fri, 25 Feb 2022 11:10:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E5=8D=95=E8=AF=A6=E6=83=85=20=20?= =?UTF-8?q?=E6=B8=85=E5=8D=95=E6=96=B0=E5=A2=9E=E9=A1=B5=E9=9D=A2bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue | 1 + .../accessStandardsAndRegulations/pages/addEdit.vue | 4 ++++ .../accessStandardsAndRegulations/pages/details.vue | 4 ++-- .../accessStandardsAndRegulations/pages/otherAddEit.vue | 4 ++++ .../accessStandardsAndRegulations/pages/projectAddEit.vue | 4 ++++ 5 files changed, 15 insertions(+), 2 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue b/src/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue index d6c4eb3a0..69a911291 100644 --- a/src/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/qbzxdlx/step1.vue @@ -514,6 +514,7 @@ export default { this.$refs.qblx_pageData.validateField('wgLeaderName') } this.workModel = false + this.$refs.workGroup.clearSelection() } }, getWorkData() { diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue index c2410f783..2b7d4d474 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue @@ -1170,10 +1170,14 @@ export default { // 国内标准法规可查字段 if (val === 'INLAND_STAND') { this.sarAccessInfo.dataSource = 'INLAND_STAND' + this.standLabelNum = '标准号' + this.standLabelName = '标准名称' this.selectLawsStands() // 海外标准法规可查字段 } else if (val === 'FOREIGN_STAND') { this.sarAccessInfo.dataSource = 'FOREIGN_STAND' + this.standLabelNum = '标准号' + this.standLabelName = '英文名称' this.selectLawsStands() // 国内外政策可查字段 } else if (val === 'FOREIGN_LAWS') { diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue index 9965a63e3..1104990e1 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue @@ -767,12 +767,12 @@ export default { if (item.xcxssrqgj === "undefined") { item.xcxssrqgj = '' } - if (item.ssrq === "undefined" || item.ssrq === 'null' || item.ssrq) { + if (item.ssrq === "undefined" || item.ssrq === 'null' || !item.ssrq) { item.ssrq = '' } }); this.standinfoList = res.data.records; - this.standardFormTotal = res.data.total; + this.total = res.data.total; this.standinfoList.forEach(item => { if (item.standYear === null) { item.standNumber = item.standSortShow + " " + item.standNumber; diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue index a5d72f782..c3166918c 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue @@ -1172,10 +1172,14 @@ export default { // 国内标准法规可查字段 if (val === 'INLAND_STAND') { this.sarAccessInfo.dataSource = 'INLAND_STAND' + this.standLabelNum = '标准号' + this.standLabelName = '标准名称' this.selectLawsStands() // 海外标准法规可查字段 } else if (val === 'FOREIGN_STAND') { this.sarAccessInfo.dataSource = 'FOREIGN_STAND' + this.standLabelNum = '标准号' + this.standLabelName = '英文名称' this.selectLawsStands() // 国内外政策可查字段 } else if (val === 'FOREIGN_LAWS') { diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue index 4a5c39932..1d11479e3 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/projectAddEit.vue @@ -1103,10 +1103,14 @@ export default { // 国内标准法规可查字段 if (val === 'INLAND_STAND') { this.sarAccessInfo.dataSource = 'INLAND_STAND' + this.standLabelNum = '标准号' + this.standLabelName = '标准名称' this.selectLawsStands() // 海外标准法规可查字段 } else if (val === 'FOREIGN_STAND') { this.sarAccessInfo.dataSource = 'FOREIGN_STAND' + this.standLabelNum = '标准号' + this.standLabelName = '英文名称' this.selectLawsStands() // 国内外政策可查字段 } else if (val === 'FOREIGN_LAWS') {