diff --git a/src/service/duty.service.ts b/src/service/duty.service.ts index 4197c8d..4d570a4 100644 --- a/src/service/duty.service.ts +++ b/src/service/duty.service.ts @@ -24,4 +24,9 @@ export default class DutyService extends BaseService{ const url = this.prefix.file+'/getSysFiles'; return this.get(url,params,false) } + public selectByPage2(params: any):Promise>>{ + const url = this.prefix.prevention+'/risk/task/list'; + return this.get(url,params,true) + } + } \ No newline at end of file