From 9ef0863d2489efd33edc456e82d6b2af32b9accb Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Fri, 10 Apr 2026 15:37:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A8=E8=BF=B9=E5=BC=82=E5=B8=B8=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E5=B8=A6=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/emis/emisWaybill/sendWaybillList.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/emis/emisWaybill/sendWaybillList.vue b/src/views/emis/emisWaybill/sendWaybillList.vue index d1df6f19..441e9256 100644 --- a/src/views/emis/emisWaybill/sendWaybillList.vue +++ b/src/views/emis/emisWaybill/sendWaybillList.vue @@ -955,6 +955,7 @@ export default { } }, created() { + this.queryParams.billCode = this.$route.query.billCode; if(this.$route.query.action=='queryByCredit'){ if(this.$route.query.custNo!=null){ @@ -992,7 +993,7 @@ export default { this.queryOrderType="1"; this.queryOrderDateType="1"; // this.queryExpireNotSign="1" - + this.getList(); } },