问题修复

This commit is contained in:
aihe 2024-01-28 09:23:08 +08:00
parent 3874ec783b
commit 22cbbf247e

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")])
}
}
}