Explorar el Código

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

liujt hace 5 meses
padre
commit
e2553c59fc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,
           variables: { 
             ...this.form.valueJson, 
-            businessCode: this.form.key,
+            businessCode: this.form.code,
             businessName: this.form.name,
             businessType: this.dictList['collaborative_type']?.find(item => item.value == this.form.dictType)?.label
           }