数据方案-设备信息联调

This commit is contained in:
zhujiyan
2024-06-19 20:32:10 +08:00
parent a24e54c0ec
commit e6d39fd5fa
8 changed files with 487 additions and 352 deletions

View File

@@ -152,6 +152,8 @@ const onComSearch = async () => {
await tableStore.onTableAction('search', {})
}
const onResetForm = () => {
//时间重置成默认值
datePickerRef.value?.timeChange(3)
tableStore.onTableAction('reset', {})
}
const setDatePicker = (list: any) => {