chenrui  3 years ago
parent
commit
20f5a25330
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/systemManagement/EditSystem/index.vue

+ 1 - 1
src/views/systemManagement/EditSystem/index.vue

@@ -467,7 +467,7 @@ export default {
                 res.indexname = index;
               });
               const res = that.FormData.UseList;
-              that.FormData.UseLists = res;
+              that.FormData.UseLists = JSON.parse(JSON.stringify(res));
               const rel = that.FormData.Unuselist;
               that.FormData.Unuselists = JSON.parse(JSON.stringify(rel));
               that.Unuselist = that.FormData.Unuselist;