Parcourir la source

Merge branch 'master' of http://120.26.64.82:3000/BFFE/Foshan4A4.0

zhongxiaoyu il y a 3 ans
Parent
commit
1f7080c454
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/systemManagement/LoginPolicy/index.vue

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

@@ -161,7 +161,7 @@ export default {
   },
   methods: {
     getSearchData(data) {
-      this.keyWord = data;
+      this.keyWord = data.replace(/\s+/g, "");
       this.dataList = [];
       this.tacList = [];
       this.pageNum = 1;