浏览代码

优化代码

chenrui  3 年之前
父节点
当前提交
b403998aa0
共有 1 个文件被更改,包括 0 次插入6 次删除
  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;