v3.9.0 里程碑版本发布

This commit is contained in:
JEECG
2025-11-26 11:25:35 +08:00
parent 1f73837b7d
commit 9919ae2bc5
380 changed files with 11450 additions and 4555 deletions

View File

@ -74,6 +74,7 @@
name:"操作日志",
url: getExportUrl,
params: searchInfo,
timeout: 300000, // 设置超时时间为5分钟(300秒)
},
});
@ -82,7 +83,7 @@
// 日志类型
function tabChange(key) {
searchInfo.logType = key;
//update-begin---author:wangshuai ---date:20220506 for[VUEN-943]vue3日志管理列表翻译不对------------
// 代码逻辑说明: [VUEN-943]vue3日志管理列表翻译不对------------
if (key == '2') {
logColumns.value = operationLogColumn;
searchSchema.value = operationSearchFormSchema;
@ -93,7 +94,6 @@
searchSchema.value = searchFormSchema;
logColumns.value = columns;
}
//update-end---author:wangshuai ---date:20220506 for[VUEN-943]vue3日志管理列表翻译不对--------------
reload();
}