Browse Source

优化代码

chenrui  3 years ago
parent
commit
b403998aa0
1 changed files with 0 additions and 6 deletions
  1. 0 6
      src/views/systemManagement/addSystem/index.vue

+ 0 - 6
src/views/systemManagement/addSystem/index.vue

@@ -401,12 +401,6 @@ export default {
                   });
                 });
               }
-              this.FormData.Unuselists = this.FormData.Unuselists.filter(
-                (i) => i.UserName
-              );
-              this.FormData.Unuselists.forEach((res, index) => {
-                res.indexname = index;
-              });
               this.dataList = msgs;
               this.total = num;
               this.loading = false;