| src/views/tickets/orderLog.vue | ●●●●● patch | view | raw | blame | history |
src/views/tickets/orderLog.vue
@@ -1120,6 +1120,9 @@ let data = response.data.data this.$message.success('审核通过') this.detailVisibleCopy = false this.page.currentPage = 1 this.onLoad(this.page, this.query) }, /** * 驳回 @@ -1131,8 +1134,11 @@ }).then(async ({ value }) => { let response = await orderLogReject(id, value) let data = response.data.data this.$message.success('驳回成果') this.$message.success('驳回成功') this.detailVisibleCopy = false this.page.currentPage = 1 this.onLoad(this.page, this.query) }) }, },