From af1d2dcb7cc75dbc19a508a3aea574081e12543f Mon Sep 17 00:00:00 2001 From: huangzhen Date: Tue, 5 Nov 2024 09:41:27 +0800 Subject: [PATCH] =?UTF-8?q?update=20@=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/templates/cmsVoucher/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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不能为空');