pull/17/head^2
xiaozhiyong 2 years ago
parent 0e08119ac2
commit e03be9445c
  1. 3
      src/views/order/index.vue

@ -399,7 +399,8 @@ export default {
serve.orderSuccess({ id: row.id }).then(res => {
if (res.code == 20000) {
this.$message.success(res.msg)
this.closeWindow()
// this.closeWindow()
this.getByPage()
}
})
},

Loading…
Cancel
Save