fix : fix : panelBox 必填验证

This commit is contained in:
likexuan
2022-07-06 13:51:36 +08:00
parent 761793d2cd
commit 688f788697
2 changed files with 5 additions and 5 deletions

View File

@@ -403,10 +403,10 @@ export default {
report: {
enable: false,
range: {
unit: ''
unit: 'day'
},
schedule: {
type: '0',
type: '2',
repeat: 1,
nums: [],
stime: '',
@@ -451,13 +451,13 @@ export default {
report: {
enable: false,
range: {
unit: ''
unit: 'day'
},
schedule: {
stime: '',
etime: '',
nums: [],
type: 0 + '',
type: 2 + '',
repeat: 1
}
},