ソースを参照

人员获取时间防抖时间改为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)
     }
   }
 }