This commit is contained in:
aihe 2024-12-06 00:00:30 +08:00
parent f4024cc7cc
commit 525e6dbd7f

View File

@ -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()
}