问题修复

This commit is contained in:
aihe 2024-01-28 09:22:41 +08:00
parent 8a2a77ee47
commit 7357b0548f

View File

@ -108,7 +108,7 @@
if(val == -1) {
this.handleSwitchCladar()
} else {
this.handleChange([dayjs().format("YYYY-MM-DD"), val])
this.handleChange([val, dayjs().format("YYYY-MM-DD")])
}
}
}