From e988fe64074d501483ea1c03c9b90e95602357cd Mon Sep 17 00:00:00 2001 From: gyj Date: Tue, 6 Feb 2024 14:39:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/handlecase/index.js | 8 ++++++ pages/handlecase/component/list.vue | 7 +++++ pages/handlecase/component/newlyAddedCase.vue | 26 ++++++++++++++++--- 3 files changed, 38 insertions(+), 3 deletions(-) diff --git a/api/handlecase/index.js b/api/handlecase/index.js index 9df86e0..753b383 100644 --- a/api/handlecase/index.js +++ b/api/handlecase/index.js @@ -120,4 +120,12 @@ export function updateComfire(data) { method: "post", data: data, }) +} +/** 根据id查询案件信息 */ +export function caseApplicationSelectById(data) { + return request({ + url: '/caseApplication/selectById', + method: 'get', + params: data + }) } \ No newline at end of file diff --git a/pages/handlecase/component/list.vue b/pages/handlecase/component/list.vue index 1d5068c..98886f0 100644 --- a/pages/handlecase/component/list.vue +++ b/pages/handlecase/component/list.vue @@ -41,6 +41,7 @@ +