From 2caffc8f0566d704e7a17a208a4408b2d420bd69 Mon Sep 17 00:00:00 2001 From: gyj Date: Tue, 6 Feb 2024 09:14:42 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/handlecase/component/newlyAddedCase.vue | 128 +++++++++--------- 1 file changed, 64 insertions(+), 64 deletions(-) diff --git a/pages/handlecase/component/newlyAddedCase.vue b/pages/handlecase/component/newlyAddedCase.vue index eb9ac2f..9fdb23e 100644 --- a/pages/handlecase/component/newlyAddedCase.vue +++ b/pages/handlecase/component/newlyAddedCase.vue @@ -3,13 +3,19 @@ - + - + - + - + @@ -27,34 +33,14 @@ v-model="formData.affiliate.organizeFlag" @change='clearValidate'> - - + + - - + + - - - - - - Date: Tue, 6 Feb 2024 14:39:10 +0800 Subject: [PATCH 2/2] =?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 @@ +