|
@@ -973,7 +973,7 @@ this.postOptions.push(...response.data);
|
|
|
...this.form,
|
|
...this.form,
|
|
|
variables: {
|
|
variables: {
|
|
|
...this.form.valueJson,
|
|
...this.form.valueJson,
|
|
|
- businessCode: this.form.key,
|
|
|
|
|
|
|
+ businessCode: this.form.code,
|
|
|
businessName: this.form.name,
|
|
businessName: this.form.name,
|
|
|
businessType: this.dictList['collaborative_type']?.find(item => item.value == this.form.dictType)?.label
|
|
businessType: this.dictList['collaborative_type']?.find(item => item.value == this.form.dictType)?.label
|
|
|
}
|
|
}
|