From 5ae26a957d63d9219c4a96863f02160dcffc75b2 Mon Sep 17 00:00:00 2001
From: qq787203167 <787203167@qq.com>
Date: Wed, 6 Jul 2022 15:05:47 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E6=B3=95=E8=A7=84=E6=84=8F?=
=?UTF-8?q?=E8=A7=81=E6=94=B6=E9=9B=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
jero-web/src/common/lang/en-us.js | 1 +
jero-web/src/common/lang/zh-cn.js | 1 +
.../components/modules/fillAdd.vue | 2 +-
.../components/feedbackInformation.vue | 26 +++++++++++++------
.../tabComponents/alreadyProcess/index.vue | 3 ++-
.../tabComponents/alreadySend/index.vue | 3 ++-
.../tabComponents/monitorProcess/index.vue | 3 ++-
.../tabComponents/processCenter/index.vue | 3 ++-
8 files changed, 29 insertions(+), 13 deletions(-)
diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js
index ebd5a051d..276fdf7a4 100644
--- a/jero-web/src/common/lang/en-us.js
+++ b/jero-web/src/common/lang/en-us.js
@@ -1013,6 +1013,7 @@ module.exports = {
evaluationResults: 'Evaluation results',
Assessor: 'Assessor',
collectionOfRegulatoryOpinions: 'Collection Of Regulatory Opinions',
+ collectionOfRegulatoryOpinionsProcess: 'Collection Of Regulatory Opinions Process',
feedbackInformation: 'Feedback Information',
relevantSections: 'Relevant sections',
questionsSuggestions: 'Questions or Suggestions',
diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js
index fa467d5f5..2dc448ef7 100644
--- a/jero-web/src/common/lang/zh-cn.js
+++ b/jero-web/src/common/lang/zh-cn.js
@@ -1022,6 +1022,7 @@ module.exports = {
evaluationResults: '评估结果',
Assessor:'评估人',
collectionOfRegulatoryOpinions:'法规意见收集',
+ collectionOfRegulatoryOpinionsProcess:'法规意见收集流程',
feedbackInformation:'反馈信息',
relevantSections:'相关章节',
questionsSuggestions:'问题/建议',
diff --git a/jero-web/src/views/businessSupport/regulationReport/components/modules/fillAdd.vue b/jero-web/src/views/businessSupport/regulationReport/components/modules/fillAdd.vue
index 725066153..2258f7fb4 100644
--- a/jero-web/src/views/businessSupport/regulationReport/components/modules/fillAdd.vue
+++ b/jero-web/src/views/businessSupport/regulationReport/components/modules/fillAdd.vue
@@ -237,7 +237,7 @@
}
})
let query = Object.assign(val, {
- month: formInline.month,
+ month: JSON.stringify(formInline.month),
memoriesChapter: formInline.memoriesChapter,
contentTemplate: formInline.contentTemplate
})
diff --git a/jero-web/src/views/processCenter/components/feedbackInformation.vue b/jero-web/src/views/processCenter/components/feedbackInformation.vue
index 959ff4f07..5e82f8b97 100644
--- a/jero-web/src/views/processCenter/components/feedbackInformation.vue
+++ b/jero-web/src/views/processCenter/components/feedbackInformation.vue
@@ -29,7 +29,7 @@