Pārlūkot izejas kodu

登录策略优化

chenrui  3 gadi atpakaļ
vecāks
revīzija
185eaa312b
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/views/systemManagement/addSystem/index.vue

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

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