diff --git a/src/views/order/index.vue b/src/views/order/index.vue index 072bdeb..374f374 100644 --- a/src/views/order/index.vue +++ b/src/views/order/index.vue @@ -393,8 +393,15 @@ export default { }, // 下单确认 confirmSubmit(row) { - this.controlWindows.addInfo = row - this.controlWindows.confirmSubmit = true + // this.controlWindows.addInfo = row + // this.controlWindows.confirmSubmit = true + + serve.orderSuccess({ id: row.id }).then(res => { + if (res.code == 20000) { + this.$message.success(res.msg) + this.closeWindow() + } + }) }, //启用禁用 switchTrigger(val, row) {