🔨 批量执行.

This commit is contained in:
lijiahangmax
2024-03-21 01:32:25 +08:00
parent eb9e184d79
commit 2a144cfa57
12 changed files with 165 additions and 102 deletions

View File

@@ -77,7 +77,7 @@ export function getExecLogPage(request: ExecLogQueryRequest) {
* 查询执行记录
*/
export function getExecLog(id: number) {
return axios.get<ExecLogQueryResponse>('/asset/exec-log/query', { params: { id } });
return axios.get<ExecLogQueryResponse>('/asset/exec-log/get', { params: { id } });
}
/**