@@ -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;