mirror of
https://github.com/yangzongzhuan/RuoYi-Cloud-Vue3.git
synced 2025-06-07 18:49:09 +00:00
修复定时任务年表达式出现NaN问题
This commit is contained in:
parent
ac97184160
commit
a37b822ea2
@ -96,7 +96,7 @@ function changeRadioValue(value) {
|
||||
cycle02.value = Number(indexArr[1])
|
||||
radioValue.value = 3
|
||||
} else if (value.indexOf("/") > -1) {
|
||||
const indexArr = value.split('#')
|
||||
const indexArr = value.split('/')
|
||||
average01.value = Number(indexArr[1])
|
||||
average02.value = Number(indexArr[0])
|
||||
radioValue.value = 4
|
||||
|
Loading…
Reference in New Issue
Block a user