Browse Source

表单数据格式化common替换utils

shenqilong 1 năm trước cách đây
mục cha
commit
da187d53be

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

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