Browse Source

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

洪海涛 4 năm trước cách đây
mục cha
commit
52416c46ed
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)
     }
   }
 }