@@ -270,7 +270,7 @@ export default {
},
onCancel (e) {
if (!e.triggerCancel) {
- _this.auditOrder(row.id, 'CANCEL')
+ _this.auditOrder(row.id, 'AUDIT_REJECT')
}
_this.$destroyAll()
@@ -115,7 +115,7 @@ export default {
})
// 获取详情
- getDetail (productSn, buyerSn) {
+ getDetail (buyerSn, productSn) {
this.buyerSn = buyerSn
if (this.curTab == 1) {
this.queryParam.buyerSn = buyerSn