From 749d50b8dab7d3e0fdef09f5a27f6f3f6c1897b9 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Thu, 17 Nov 2022 11:30:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E6=9B=B4=E5=A4=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/WarehouseManage/SemifinishedInStore.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/WarehouseManage/SemifinishedInStore.vue b/pages/WarehouseManage/SemifinishedInStore.vue index 5c960d1..a69e6f6 100644 --- a/pages/WarehouseManage/SemifinishedInStore.vue +++ b/pages/WarehouseManage/SemifinishedInStore.vue @@ -72,7 +72,7 @@ - + @@ -112,6 +112,10 @@ this._coolIOQuery() }, methods: { + searchList () { + this.dataList = [] + this._coolIOQuery() + }, /** 选择器 */ selectChange(e) { this.index = e