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