Browse Source

人员获取时间防抖时间改为100

洪海涛 4 years ago
parent
commit
52416c46ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/store/modules/monthlyReport/edit/index.js

+ 1 - 1
src/store/modules/monthlyReport/edit/index.js

@@ -997,7 +997,7 @@ export default {
           })
           state.userNames = userNames
         }
-      }, 400)
+      }, 100)
     }
   }
 }