From 724f34c874b6b1b9f1a47fbafef68feccbef4a07 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 14 Sep 2023 22:00:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E5=BA=AD=E9=A1=B5=E9=9D=A2=E5=BC=80?= =?UTF-8?q?=E5=8F=91(=E6=8E=A5=E5=8F=A3=E8=81=94=E8=B0=83)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/pay/pay.js | 4 +- .../components/formateCourtDialog.vue | 128 ++++++++++----- .../components/formateCourtdetailDaiog.vue | 153 ++++++++++-------- .../formationCourt/formationCourtlist.vue | 67 +++++--- 4 files changed, 218 insertions(+), 134 deletions(-) diff --git a/src/api/pay/pay.js b/src/api/pay/pay.js index ebe3409..7906aeb 100644 --- a/src/api/pay/pay.js +++ b/src/api/pay/pay.js @@ -6,8 +6,8 @@ export function caseApplicationList(data) { // headers: { // isToken: false // }, - method: 'post', - data: data + method: 'get', + params: data }) } // 查看详情 diff --git a/src/views/formationCourt/components/formateCourtDialog.vue b/src/views/formationCourt/components/formateCourtDialog.vue index 1f23d87..cffc914 100644 --- a/src/views/formationCourt/components/formateCourtDialog.vue +++ b/src/views/formationCourt/components/formateCourtDialog.vue @@ -6,37 +6,55 @@ :visible="showformateCourt" width="800px" @close="cancel" - :destroy-on-close= true + :destroy-on-close="true" > - - - - - - - - + + + + + + + + + + @@ -46,33 +64,61 @@ diff --git a/src/views/formationCourt/components/formateCourtdetailDaiog.vue b/src/views/formationCourt/components/formateCourtdetailDaiog.vue index 697510d..9be1be7 100644 --- a/src/views/formationCourt/components/formateCourtdetailDaiog.vue +++ b/src/views/formationCourt/components/formateCourtdetailDaiog.vue @@ -7,75 +7,11 @@ width="1000px" @close="cancel" > - @@ -555,7 +491,12 @@