From a4c3a759dbc1d737e416e49d838440ac4fe303d0 Mon Sep 17 00:00:00 2001 From: yangzijiao Date: Mon, 26 Jul 2021 17:04:14 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=E6=A0=87=E5=87=86=E6=B3=95=E8=A7=84?= =?UTF-8?q?=E6=B8=85=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/addEdit.vue | 25 +++++++++++-------- .../pages/details.vue | 18 ++++++++----- .../pages/otherAddEit.vue | 2 +- .../pages/projectAddEit.vue | 4 +-- 4 files changed, 29 insertions(+), 20 deletions(-) diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue index 77f06915a..cd7aa0210 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/addEdit.vue @@ -237,13 +237,13 @@ > { if (res.ok) { - this.$message.success('编辑成功') + //this.$message.success('编辑成功') this.isNext = true this.$router.push({ name: 'AccessStandardsAndRegulations' @@ -1896,12 +1899,12 @@ export default { }) }, // 点击查看 - handlePreview (item) { - let routerName = item.sarType === 'FOREIGN_LAWS' ? 'OtherLawsDetails' : 'OtherStandardDetails' + handlePreview (data) { + let routerName = data.sarType === 'FOREIGN_LAWS' ? 'OtherLawsDetails' : 'OtherStandardDetails' let routeUrl = this.$router.resolve({ name: routerName, params: { - id: item.resId, + id: data.id, pageType: this.sarAccessInfoSearch.dataSource } }) diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue index 32b738445..5ed5e64f2 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/details.vue @@ -212,14 +212,13 @@ align="center"> + + Date: Mon, 26 Jul 2021 17:10:33 +0800 Subject: [PATCH 2/6] =?UTF-8?q?=E9=AA=8C=E8=AF=81=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../accessStandardsAndRegulations/pages/otherAddEit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue index 5f6fb4930..8cfff16a1 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/pages/otherAddEit.vue @@ -581,7 +581,7 @@ export default { ], detailedListName: [ {required: true, message: '清单名称不能为空', trigger: 'blur'}, - {type: 'string', max: 100, message: '表单名称不能超过100个字符', trigger: 'blur'} + {type: 'string', max: 100, message: '清单名称不能超过100个字符', trigger: 'blur'} ] }, disabledFlag: false, From cc49ef4152ab08f7ddd8b33cae72781427e1c556 Mon Sep 17 00:00:00 2001 From: zhutianqi Date: Mon, 26 Jul 2021 17:12:50 +0800 Subject: [PATCH 3/6] commit --- .../pages/creatProcess/bzdy/step1-1.vue | 7 ++++++- .../pages/creatProcess/bzdy/step1.vue | 7 ++++++- .../pages/creatProcess/bzzqyj/step1.vue | 7 ++++++- .../pages/creatProcess/bzzqyj/step3.vue | 2 +- .../pages/creatProcess/bzzqyj/step5.vue | 1 + .../pages/creatProcess/bzzqyj/step6.vue | 14 ++++++++++++-- .../pages/creatProcess/bzzqyj/step7.vue | 14 ++++++++++++-- .../pages/creatProcess/bzzqyj/step8.vue | 14 ++++++++++++-- .../pages/creatProcess/bzzqyj/step9.vue | 14 ++++++++++++-- 9 files changed, 68 insertions(+), 12 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/bzdy/step1-1.vue b/src/pages/processCenter/pages/creatProcess/bzdy/step1-1.vue index 5b24794bb..dc9425a1f 100644 --- a/src/pages/processCenter/pages/creatProcess/bzdy/step1-1.vue +++ b/src/pages/processCenter/pages/creatProcess/bzdy/step1-1.vue @@ -84,7 +84,7 @@ ref="Form" :model="roleForm" :rules="roleFormRules" - class="label-input-form"> + class="label-input-form myForm"> @@ -430,6 +430,11 @@