zhaoke 1 年之前
父節點
當前提交
22b89bf0e7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/publicPageForm/index.vue

+ 1 - 1
src/components/publicPageForm/index.vue

@@ -134,7 +134,7 @@ export default {
           const nload = this.formItemArr.filter(item => item.datatype == 'upload' || item.datatype == 'UPLOAD')
           if (nload?.length) this.clearTypeUpload(nload)
         }
-        this.tableForm = _.cloneDeep(obj)
+        this.tableForm = obj
       },
       deep: true,
       immediate: true