From 4304ad6c0d83f1e4ff2d8a7a5d33025c323b5d28 Mon Sep 17 00:00:00 2001 From: zane Date: Fri, 30 Aug 2024 11:45:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=88=86=E9=A1=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/collect/IoSplitFifoCodePanel.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/views/collect/IoSplitFifoCodePanel.vue b/src/views/collect/IoSplitFifoCodePanel.vue index fd1b9612..e97d96b2 100644 --- a/src/views/collect/IoSplitFifoCodePanel.vue +++ b/src/views/collect/IoSplitFifoCodePanel.vue @@ -562,7 +562,14 @@ export default { this.showSearch = !this.showSearch; }, onReset() { - this.filterQuery = {}; + this.filterQuery = { + fifoSplit: null, + workPlaceCode: null, + code: null, + billNo: null, + page: 1, + limit: 10, + }; this.actDateRange = []; this.getList(); },