Commit 85a3482f authored by jiaorz's avatar jiaorz

后台取消订单

parent b90ecf53
...@@ -783,6 +783,9 @@ export default { ...@@ -783,6 +783,9 @@ export default {
} }
}, },
handleConfirm() { handleConfirm() {
if(this.violateAmount == 0) {
this.violateAmount = null
}
let params = { let params = {
cancelReason: '后台取消', cancelReason: '后台取消',
appUserId: this.row.userId, appUserId: this.row.userId,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment