This commit is contained in:
xiaozhiyong
2023-05-24 19:41:22 +08:00
parent 0e08119ac2
commit e03be9445c

View File

@@ -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()
}
})
},