Z 1 год назад
Родитель
Сommit
60fd5a00b8
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      src/components/processSubmitDialog/processSubmitDialog.vue

+ 3 - 2
src/components/processSubmitDialog/processSubmitDialog.vue

@@ -166,8 +166,8 @@ const defForm = {
   pcHandle: '',
   pcView: '',
   variables: {},
-  formCreateUserId:''
-         
+  formCreateUserId:'',
+  businessCode:''
 };
 import {
   getModelPage,
@@ -269,6 +269,7 @@ export default {
       this.form.formCreateUserId = this.user.info.userId;
       this.form.businessId = row.id;
       this.form.businessKey = row.businessKey;
+      this.form.businessCode = row.code;
       // this.variables = variables;
       this.getDefaultInfo(this.form.businessKey);
     },