Browse Source

bug 修复

lilei 2 years ago
parent
commit
f021488788
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/salesReturnManagement/custConfirm/list.vue

+ 1 - 0
src/views/salesReturnManagement/custConfirm/list.vue

@@ -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