From b95f5bedf5730012d68a00348e1b35fb1ad46980 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Tue, 1 Nov 2022 14:36:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A9=BA=E7=AE=A1=E5=87=BA=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/ProductManage/EmptyPipeInStore.vue | 4 ++-- pages/ProductManage/EmptyPipeOutStore.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/ProductManage/EmptyPipeInStore.vue b/pages/ProductManage/EmptyPipeInStore.vue index ce36e59..9c2bd60 100644 --- a/pages/ProductManage/EmptyPipeInStore.vue +++ b/pages/ProductManage/EmptyPipeInStore.vue @@ -87,8 +87,8 @@ }; }, created () { - // this._queryProductArea() - // this._queryMaterialInfo() + this._queryProductArea() + this._queryMaterialInfo() }, methods: { /** 选择器 */ diff --git a/pages/ProductManage/EmptyPipeOutStore.vue b/pages/ProductManage/EmptyPipeOutStore.vue index b3e6078..fbebcbb 100644 --- a/pages/ProductManage/EmptyPipeOutStore.vue +++ b/pages/ProductManage/EmptyPipeOutStore.vue @@ -87,8 +87,8 @@ }; }, created () { - // this._queryProductArea() - // this._queryMaterialInfo() + this._queryProductArea() + this._queryMaterialInfo() }, methods: { /** 选择器 */