diff --git a/api/handlecase/index.js b/api/handlecase/index.js index 0ce0eed..9845f8b 100644 --- a/api/handlecase/index.js +++ b/api/handlecase/index.js @@ -128,4 +128,12 @@ export function caseAppSubmit(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 eec8a71..049dfd9 100644 --- a/pages/handlecase/component/list.vue +++ b/pages/handlecase/component/list.vue @@ -41,6 +41,7 @@ +