Browse Source

修改异常率推送配置单位为小时

dev
CODE 1 year ago
parent
commit
30bd34c840
  1. 1
      web/client/src/sections/service/components/pushModal.jsx

1
web/client/src/sections/service/components/pushModal.jsx

@ -136,6 +136,7 @@ function pushModal (props) {
content: title + '推送时间应为正整数',
duration: 2,
})
return false
}
if (!regu.test(interval) || (isAbnormal && interval > 720) || interval > 1440) {
Notification.error({

Loading…
Cancel
Save