|
@@ -468,6 +468,7 @@ export default {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
this.$message.success(res.message)
|
|
this.$message.success(res.message)
|
|
this.handleCancel(record)
|
|
this.handleCancel(record)
|
|
|
|
+ this.getOrderDetail()
|
|
}
|
|
}
|
|
this.spinning = false
|
|
this.spinning = false
|
|
})
|
|
})
|
|
@@ -543,6 +544,7 @@ export default {
|
|
this.$refs.table.clearSelected()
|
|
this.$refs.table.clearSelected()
|
|
}
|
|
}
|
|
this.$refs.table.refresh(flag)
|
|
this.$refs.table.refresh(flag)
|
|
|
|
+ this.getOrderDetail()
|
|
},
|
|
},
|
|
searchForm () {
|
|
searchForm () {
|
|
this.$refs.table.refresh(true)
|
|
this.$refs.table.refresh(true)
|