浏览代码

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

洪海涛 4 年之前
父节点
当前提交
52416c46ed
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)
     }
   }
 }