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 @@