修正bug

This commit is contained in:
2025-12-19 18:08:59 +08:00
parent 3bb7e027a6
commit 92783045ef
13 changed files with 77 additions and 74 deletions

View File

@@ -246,7 +246,7 @@ const handlePerpleModal = () => {
}
// 10.批量修改时间
const replaceExetimeModalRef = ref<InstanceType<typeof ReplacePerson>>()
const replaceExetimeModalRef = ref<InstanceType<typeof ReplaceExetime>>()
const handleExetimeModal = () => {
replaceExetimeModalRef.value!.open(undefined)
}