标准清单
This commit is contained in:
@@ -447,5 +447,18 @@ export default {
|
||||
}
|
||||
exeFun.call(this, err)
|
||||
})
|
||||
},
|
||||
|
||||
/**
|
||||
* @description: delete方法
|
||||
* @author: chenxiaoxi
|
||||
* @date: 2018-09-14 09:55:30
|
||||
*/
|
||||
postDelete (url, param, thenFun, exeFun) {
|
||||
_axios.post(api() + url, {}).then(res => {
|
||||
thenFun.call(this, res.data)
|
||||
}).catch(err => {
|
||||
exeFun.call(this, err)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user