Quellcode durchsuchen

fix(processSubmitDialog): 将businessCode字段从form.key改为form.code

liujt vor 4 Monaten
Ursprung
Commit
e2553c59fc
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/BIZComponents/processSubmitDialog/processSubmitDialog.vue

+ 1 - 1
src/BIZComponents/processSubmitDialog/processSubmitDialog.vue

@@ -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
           }
           }