Z hai 1 ano
pai
achega
60fd5a00b8
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  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);
     },