Преглед изворни кода

表单数据格式化common替换utils

shenqilong пре 1 година
родитељ
комит
da187d53be
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/business/platform/data/templaterender/form/action.js

+ 1 - 1
src/business/platform/data/templaterender/form/action.js

@@ -121,7 +121,7 @@ export default {
                 version: this.version,
                 formKey: this.formKey,
                 pk: this.pkValue,
-                data: JSON.stringify(this.$utils.replaceNullWithEmpty(formData))
+                data: JSON.stringify(this.$common.replaceNullWithEmpty(formData))
             }
             const loading = this.$loading({
                 lock: true,