diff --git a/jero-web/src/views/processCenter/components/engineeringConfirmation.vue b/jero-web/src/views/processCenter/components/engineeringConfirmation.vue index cedee04b1..3ef9448ae 100644 --- a/jero-web/src/views/processCenter/components/engineeringConfirmation.vue +++ b/jero-web/src/views/processCenter/components/engineeringConfirmation.vue @@ -616,6 +616,7 @@ } this.formInline.userId = userId.join(',') this.formInline.userName = userName.join(',') + this.formInline = {...this.formInline} } this.loadingTable = false } else {