🔨 添加描述字段.

This commit is contained in:
lijiahang
2025-01-17 09:56:30 +08:00
parent a217b95783
commit 56ece9c854
41 changed files with 360 additions and 97 deletions

View File

@@ -83,7 +83,9 @@ export function getExecJobLogCount(request: ExecLogQueryRequest) {
* 清空计划任务日志
*/
export function clearExecJobLog(request: ExecLogClearRequest) {
return axios.post<number>('/asset/exec-job-log/clear', request);
return axios.post<number>('/asset/exec-job-log/clear', request, {
timeout: 60000,
});
}
/**