修改测试bug

This commit is contained in:
guanj
2026-06-08 18:34:49 +08:00
parent 4f907a80c4
commit 03d302ded8
133 changed files with 3991 additions and 3442 deletions

View File

@@ -81,7 +81,7 @@ import { defineProps } from 'vue'
import { useTimeCacheStore } from '@/stores/timeCache'
import { useRoute } from 'vue-router'
const emit = defineEmits(['selectChange'])
const emit = defineEmits(['selectChange','onResetForm'])
const tableStore = inject('tableStore') as TableStore
const tableHeader = ref()
@@ -244,6 +244,7 @@ const setDatePicker = (list: any) => {
const onResetForm = () => {
//时间重置成默认值
datePickerRef.value?.setInterval(3)
emit('onResetForm')
tableStore.onTableAction('reset', {})
}
const setInterval = (val: any) => {