From 9f08056f61bc0b10e80cc4aabb1df63e3ae5947b Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期三, 20 七月 2022 17:33:19 +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