@@ -705,7 +705,6 @@ export default {
})
},
handleFrequencyChange(frequency) {
- this.autoConfig.planDate = ''
if (frequency === '月') {
// 生成 1 到 31 的日期,并将个位数格式化为两位数
this.planDateOptions = Array.from({ length: 31 }, (_, i) => {