From 7ea37acb5335e7801a93c713711577591bd6fcc4 Mon Sep 17 00:00:00 2001 From: kongyeqing <2697454777@qq.com> Date: Tue, 4 Jul 2023 15:34:51 +0800 Subject: [PATCH] =?UTF-8?q?fit:=E6=B7=BB=E5=8A=A0=E5=88=86=E9=A1=B5?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/service/duty.service.ts | 5 +++++ 1 file changed, 5 insertions(+) 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