浏览代码

bug 修复

lilei 2 年之前
父节点
当前提交
f021488788
共有 1 个文件被更改,包括 1 次插入0 次删除
  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