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

@ -396,7 +396,7 @@ export default {
// this.controlWindows.addInfo = row // this.controlWindows.addInfo = row
// this.controlWindows.confirmSubmit = true // this.controlWindows.confirmSubmit = true
serve.orderSuccess({ id: row.id }).then(res => { order.orderSuccess({ id: row.id }).then(res => {
if (res.code == 20000) { if (res.code == 20000) {
this.$message.success(res.msg) this.$message.success(res.msg)
// this.closeWindow() // this.closeWindow()

Loading…
Cancel
Save