更新
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user