chenrui  3 ani în urmă
părinte
comite
2fcfebbd1f
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      src/views/systemManagement/EditSystem/index.vue

+ 2 - 0
src/views/systemManagement/EditSystem/index.vue

@@ -333,6 +333,8 @@ export default {
       this.keyWords = this.keyWords.replace(/\s+/g, "");
       this.keyWords = this.keyWords.replace(/\s+/g, "");
       const search = this.keyWords;
       const search = this.keyWords;
       if (search) {
       if (search) {
+        let res = this.FormData.Unuselists;
+        this.FormData.Unuselist = res;
         this.FormData.Unuselist = findarrays(
         this.FormData.Unuselist = findarrays(
           this.FormData.Unuselist,
           this.FormData.Unuselist,
           "UserName",
           "UserName",