diff --git a/src/api/applySupermarket/personBack/index.js b/src/api/applySupermarket/personBack/index.js index 6788607..5b58916 100644 --- a/src/api/applySupermarket/personBack/index.js +++ b/src/api/applySupermarket/personBack/index.js @@ -32,3 +32,12 @@ export function getList(id) { method: "get", }); } + +// 修改人员审核相关 +export function modifyPerson(data) { + return request({ + url: "/prepare/verification/", + method: "put", + data, + }); +} diff --git a/src/views/applySupermarket/businessConsulting/index.vue b/src/views/applySupermarket/businessConsulting/index.vue index a3413f9..ab1a748 100644 --- a/src/views/applySupermarket/businessConsulting/index.vue +++ b/src/views/applySupermarket/businessConsulting/index.vue @@ -1,5 +1,5 @@