重置-没有时间控件的取消清空

This commit is contained in:
zhujiyan
2024-06-03 16:12:34 +08:00
parent 041acae264
commit 70b5812dc6

View File

@@ -157,7 +157,7 @@ const setDatePicker = (list: any) => {
}
const onResetForm = () => {
//时间重置成默认值
datePickerRef.value.timeChange(3)
datePickerRef.value?.timeChange(3)
tableStore.onTableAction('reset', {})
}
const setInterval = (val: any) => {