Commit 305314c7 authored by guoyou's avatar guoyou

会员订单管理兼容ie

parents 332c6437 887c3a41
...@@ -799,6 +799,9 @@ export default { ...@@ -799,6 +799,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