From d0c71250306600d2e844602fd25a71d5d9841198 Mon Sep 17 00:00:00 2001 From: zuozhengqing <a13193816592@163.com> Date: 星期三, 03 一月 2024 09:44:36 +0800 Subject: [PATCH] 修改出入库查看和编辑时从...至...的编辑问题 --- src/views/reportForm/locationReport/index.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/views/reportForm/locationReport/index.vue b/src/views/reportForm/locationReport/index.vue index 2759b0b..4fb850f 100644 --- a/src/views/reportForm/locationReport/index.vue +++ b/src/views/reportForm/locationReport/index.vue @@ -235,6 +235,8 @@ // 鎼滅储 getList(val) { this.keyWord=val + this.pagerOptions.currPage=1 + this.pagerOptions.pageSize=15 this.getData() }, // 琛岀偣鍑� -- Gitblit v1.8.0