zhaoke 1 سال پیش
والد
کامیت
636d012915
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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)
           }
         })
       })