Skip to content

Commit

Permalink
退货申请详情功能完善
Browse files Browse the repository at this point in the history
  • Loading branch information
zhh committed Oct 24, 2018
1 parent d66d940 commit 592e5eb
Show file tree
Hide file tree
Showing 2 changed files with 237 additions and 108 deletions.
7 changes: 7 additions & 0 deletions src/api/returnApply.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ export function deleteApply(params) {
params:params
})
}
export function updateApplyStatus(id,data) {
return request({
url:'/returnApply/update/status/'+id,
method:'post',
data:data
})
}

export function getApplyDetail(id) {
return request({
Expand Down
Loading

0 comments on commit 592e5eb

Please sign in to comment.