chenrui  3 năm trước cách đây
mục cha
commit
966d93410a
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/views/systemManagement/addSystem/index.vue

+ 3 - 1
src/views/systemManagement/addSystem/index.vue

@@ -501,7 +501,9 @@ export default {
           search
         );
       } else {
-        this.FormData.UseList = this.FormData.UseLists;
+        this.FormData.UseList = JSON.parse(
+          JSON.stringify(this.FormData.UseLists)
+        );
       }
     },
     getUserData(val) {