|
@@ -721,7 +721,12 @@ this.postOptions.push(...response.data);
|
|
|
console.log('formformformform', this.form);
|
|
console.log('formformformform', this.form);
|
|
|
await processInstanceCreateAPI({
|
|
await processInstanceCreateAPI({
|
|
|
...this.form,
|
|
...this.form,
|
|
|
- variables: { ...this.form.valueJson }
|
|
|
|
|
|
|
+ variables: {
|
|
|
|
|
+ ...this.form.valueJson,
|
|
|
|
|
+ businessCode: this.form.code,
|
|
|
|
|
+ businessName: this.form.name,
|
|
|
|
|
+ businessType: this.form.categoryName
|
|
|
|
|
+ }
|
|
|
});
|
|
});
|
|
|
this.$message('提交审核成功');
|
|
this.$message('提交审核成功');
|
|
|
this.$emit('reload');
|
|
this.$emit('reload');
|