mirror of https://github.com/jeecgboot/jeecg-boot
[-- author: liusq---date:20250604--for: issue【日志管理】的异常日志列表显示不正常 #8295 --]
parent
ec3c34969a
commit
fdc02fa68a
|
@ -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' };
|
||||
// 列表页面公共参数、方法
|
||||
|
|
Loading…
Reference in New Issue