From b8b615a7876092f8e5b231c058a0ab884ff6e904 Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期四, 21 七月 2022 15:37:23 +0800 Subject: [PATCH] 案件录入导入查询和分页 --- src/api/cause.js | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/api/cause.js b/src/api/cause.js index e16662e..42421af 100644 --- a/src/api/cause.js +++ b/src/api/cause.js @@ -6,4 +6,10 @@ method: 'get', params }) +} +export function casueList() { + return request({ + url: '/cause/getCauseList', + method: 'get', + }) } \ No newline at end of file -- Gitblit v1.8.0