|
|
@@ -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);
|
|
|
},
|