diff --git a/project/pidu/app/AppOrder/components/Detail.vue b/project/pidu/app/AppOrder/components/Detail.vue index f7daf444..1b9b0b48 100644 --- a/project/pidu/app/AppOrder/components/Detail.vue +++ b/project/pidu/app/AppOrder/components/Detail.vue @@ -127,7 +127,7 @@ }).then(res => { if (res.code == 0) { this.isShow = false - this.getList() + this.getInfo(this.params.id) this.$message.success('ζ Έι”€ζˆεŠŸ') } })