From a2562679755822c911f20fc14bcd639e8b1d7787 Mon Sep 17 00:00:00 2001 From: linfso Date: Thu, 13 Mar 2025 08:21:29 +0800 Subject: [PATCH] md --- src/views/emis/emisWaybill/sendWaybillList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/emis/emisWaybill/sendWaybillList.vue b/src/views/emis/emisWaybill/sendWaybillList.vue index 77ee9ea1..e8e6685d 100644 --- a/src/views/emis/emisWaybill/sendWaybillList.vue +++ b/src/views/emis/emisWaybill/sendWaybillList.vue @@ -826,7 +826,7 @@ export default { }, watch: { $route () { - if(this.$route.action=='queryByCredit'){ + if(this.$route.query.action=='queryByCredit'){ if(this.$route.query.custNo!=null){ this.queryParams.custNo=this.$route.query.custNo; } @@ -846,7 +846,7 @@ export default { } }, created() { - if(this.$route.action=='queryByCredit'){ + if(this.$route.query.action=='queryByCredit'){ if(this.$route.query.custNo!=null){ this.queryParams.custNo=this.$route.query.custNo; }