mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-09-04 19:27:48 +00:00
[-- author: liusq---date:20250604--for: issue【日志管理】的异常日志列表显示不正常 #8295 --]
This commit is contained in:
@@ -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' };
|
||||
// 列表页面公共参数、方法
|
||||
|
Reference in New Issue
Block a user