[-- author: liusq---date:20250604--for: issue【日志管理】的异常日志列表显示不正常 #8295 --]

pull/8387/head
JEECG 2025-06-05 09:33:24 +08:00
parent ec3c34969a
commit fdc02fa68a
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
const { createMessage } = useMessage();
const checkedKeys = ref<Array<string | number>>([]);
const logColumns = ref<any>(columns);
const logColumns = ref<any>(exceptionColumns);
const searchSchema = ref<any>(searchFormSchema);
const searchInfo = { logType: '4' };
//