mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-26 16:55:06 +08:00
🐛 修复 accessLog、errorLog 在 IDEA 报错的问题
This commit is contained in:
@ -64,7 +64,7 @@ defineOptions({ name: 'ApiErrorLogDetail' })
|
||||
|
||||
const dialogVisible = ref(false) // 弹窗的是否展示
|
||||
const detailLoading = ref(false) // 表单的加载中
|
||||
const detailData = ref() // 详情数据
|
||||
const detailData = ref({} as ApiErrorLog.ApiErrorLogVO) // 详情数据
|
||||
|
||||
/** 打开弹窗 */
|
||||
const open = async (data: ApiErrorLog.ApiErrorLogVO) => {
|
||||
|
Reference in New Issue
Block a user