chenrui  %!s(int64=3) %!d(string=hai) anos
pai
achega
966d93410a
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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) {