更新
This commit is contained in:
@@ -399,7 +399,8 @@ export default {
|
|||||||
serve.orderSuccess({ id: row.id }).then(res => {
|
serve.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()
|
||||||
|
this.getByPage()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user