From 00c18837551c18e5cff973a603edc70fee7811fb Mon Sep 17 00:00:00 2001
From: CD <1103614279@qq.com>
Date: Thu, 17 Nov 2022 10:02:35 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B3=95=E8=A7=84=E6=8A=80=E6=9C=AF=E8=AF=84?=
=?UTF-8?q?=E4=BC=B0=E3=80=81=E6=B3=95=E8=A7=84=E6=84=8F=E8=A7=81=E6=94=B6?=
=?UTF-8?q?=E9=9B=86=E5=89=8D=E7=AB=AF=E6=B7=BB=E5=8A=A0=E5=93=81=E7=89=8C?=
=?UTF-8?q?=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/initiatingProcess.vue | 29 +++++++++++++++++++
.../collectionOfRegulatoryOpinions/index.vue | 18 ++++++++++++
.../components/initiatingProcess.vue | 27 +++++++++++++++++
.../technologyAssessment/index.vue | 18 ++++++++++++
4 files changed, 92 insertions(+)
diff --git a/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/components/initiatingProcess.vue b/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/components/initiatingProcess.vue
index 8981f9504..63514d4b2 100644
--- a/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/components/initiatingProcess.vue
+++ b/jero-web/src/views/businessSupport/collectionOfRegulatoryOpinions/components/initiatingProcess.vue
@@ -100,6 +100,20 @@
+
+
+
+ *
+ {{$t('brand')}}
+
+
+
+
+
+
{
+ if (this.formInline[val] instanceof Array) {
+ this.formInline[val] = this.formInline[val].join(',')
+ }
+ })
let value = Object.assign(this.formInline, this.selectedRowKeysRecord[0])
value.standId = value.id
value.taskAffirmDueDate = value.endTime
@@ -398,6 +424,9 @@