chenrui  hace 3 años
padre
commit
5ba05aecb7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;