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: { /** 选择器 */