Commit 21ee7bfdfdf0fd573386ff9957f8647a61d841b2
1 parent
99d9b89f
调整弹窗定时时间
Showing
1 changed file
with
1 additions
and
1 deletions
src/mes/common/siderInfoComponent/index.js
| ... | ... | @@ -244,7 +244,7 @@ const useSiderInfoComponentEvent = props => { |
| 244 | 244 | } |
| 245 | 245 | const interval = setInterval(() => { |
| 246 | 246 | handleRefreshDeviceTargetInfo(); |
| 247 | - }, 100000); | |
| 247 | + }, 300000); | |
| 248 | 248 | |
| 249 | 249 | return () => clearInterval(interval); |
| 250 | 250 | }, [props.deviceTargetInfoConfig, props.onGetSqlConditionValues, props.onGetDataSet]); | ... | ... |