From b92ca63c89b74404c3684f18c734d83531a9dd3f Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期四, 06 三月 2025 16:01:45 +0800 Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit --- admin/src/views/platform/LogisticsRecord/waybill.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/src/views/platform/LogisticsRecord/waybill.vue b/admin/src/views/platform/LogisticsRecord/waybill.vue index 4eaa9b7..8888613 100644 --- a/admin/src/views/platform/LogisticsRecord/waybill.vue +++ b/admin/src/views/platform/LogisticsRecord/waybill.vue @@ -228,9 +228,9 @@ this.pagination.page = 1 this.filters = { selDate: [], - fastdate: 0 } - this.changeRadio('0') + this.getList() + // this.changeRadio('0') }, handleDetail(row) { this.isShowDetail = true -- Gitblit v1.9.3