lilei hace 2 años
padre
commit
f021488788
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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