forked from xxhjsb/hbt-prevention-ui
fit:添加分页接口
parent
dc642f0f1c
commit
7ea37acb53
|
@ -24,4 +24,9 @@ export default class DutyService extends BaseService<any>{
|
||||||
const url = this.prefix.file+'/getSysFiles';
|
const url = this.prefix.file+'/getSysFiles';
|
||||||
return this.get(url,params,false)
|
return this.get(url,params,false)
|
||||||
}
|
}
|
||||||
|
public selectByPage2(params: any):Promise<AxiosResponse<ActionResult<any>>>{
|
||||||
|
const url = this.prefix.prevention+'/risk/task/list';
|
||||||
|
return this.get(url,params,true)
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue