🔨 执行命令.
This commit is contained in:
@@ -64,13 +64,6 @@ export function getExecTemplate(id: number) {
|
||||
return axios.get<ExecTemplateQueryResponse>('/asset/exec-template/get', { params: { id } });
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询全部执行模板
|
||||
*/
|
||||
export function getExecTemplateList() {
|
||||
return axios.get<Array<ExecTemplateQueryResponse>>('/asset/exec-template/list');
|
||||
}
|
||||
|
||||
/**
|
||||
* 分页查询执行模板
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user