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 @@