zhaoke hai 1 ano
pai
achega
22b89bf0e7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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