diff --git a/src/views/templates/cmsVoucher/index.vue b/src/views/templates/cmsVoucher/index.vue index ff55ecf..7053e70 100644 --- a/src/views/templates/cmsVoucher/index.vue +++ b/src/views/templates/cmsVoucher/index.vue @@ -150,7 +150,7 @@ export default { }, jumpOrder() { const query = { type: 3 }; - this.$router.push({ path: '/orderList', query }); + this.$router.push({ path: '/orderList' }); }, async getData() { if (!this.goodId) return showToast('商品ID不能为空');