uu
This commit is contained in:
parent
f4024cc7cc
commit
525e6dbd7f
@ -79,7 +79,7 @@
|
||||
async handleCancel(){
|
||||
let canBl = await this.$refs.cancelRef.getConfirmResult()
|
||||
if(canBl) {
|
||||
await apiService.cancelOrder({ orderSn: item.orderSn, ...this.cancelModal.data })
|
||||
await apiService.cancelOrder({ orderSn: this.submitParam.orderSn, ...this.cancelModal.data })
|
||||
this.showToast('取消成功')
|
||||
this.goBack()
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user