diff --git a/src/api/returnApply.js b/src/api/returnApply.js index 250c59b..332171e 100644 --- a/src/api/returnApply.js +++ b/src/api/returnApply.js @@ -6,3 +6,11 @@ export function fetchList(params) { params:params }) } + +export function deleteApply(params) { + return request({ + url:'/returnApply/delete', + method:'post', + params:params + }) +} diff --git a/src/views/oms/apply/index.vue b/src/views/oms/apply/index.vue index ec06dcc..f6aca8f 100644 --- a/src/views/oms/apply/index.vue +++ b/src/views/oms/apply/index.vue @@ -21,10 +21,10 @@