Browse Source

bug 修复

lilei 2 năm trước cách đây
mục cha
commit
f021488788
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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