@@ -330,6 +330,7 @@ export default {
updateByCustomerService(record).then(res => {
if (res.status == 200) {
this.$message.success(res.message)
+ this.handleCancel()
}
this.loading = false
this.spinning = false