zhaoke hace 1 año
padre
commit
636d012915
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/publicPageForm/index.vue

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

@@ -269,7 +269,7 @@ export default {
           const nameterCi = Object.entries(datacontent.filter)[0]
           const namekeyCi = dropdownlist + nameterCi[0] + nameterCi[1]
           if (namekeyItem == namekeyCi) {
-            this.tableOptions[pagecode] = returnData
+            this.tableOptions[pagecode] = _.cloneDeep(returnData)
           }
         })
       })