💊 fix: 修复bug

This commit is contained in:
wangsongsole 2023-06-29 17:44:30 +08:00
parent 733494439b
commit 80635ea7c4
1 changed files with 2 additions and 0 deletions

View File

@ -248,6 +248,8 @@ function rulesRandom(model, num) {
Notify.error(`请输入${num} ~ 200的面额且保留2位小数`)
return false
}
} else {
return true
}
}