🐛 修复 operateLog 和 loginLog 在 IDEA 报错的问题

This commit is contained in:
YunaiV
2023-12-02 19:25:50 +08:00
parent 757fbddef2
commit 1066551fd1
7 changed files with 9 additions and 8 deletions

View File

@ -161,7 +161,7 @@ const queryParams = reactive({
name: '',
type: '',
status: undefined,
createTime: [undefined, undefined]
createTime: []
})
const queryFormRef = ref() // 搜索的表单
const exportLoading = ref(false) // 导出的加载中