🔨 批量执行.
This commit is contained in:
@@ -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 } });
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user