Browse Source

登录策略优化

chenrui  3 năm trước cách đây
mục cha
commit
185eaa312b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/systemManagement/addSystem/index.vue

+ 1 - 0
src/views/systemManagement/addSystem/index.vue

@@ -296,6 +296,7 @@ export default {
   watch: {
     keyWords(val) {
       if (this.keyWords.length == 0) {
+        this.arrList = [];
         this.getUserList({
           QueryName: this.keyWords,
           PageSize: this.PageSize,