diff --git a/hw-ui/src/views/wms/info/stocktotal/index.vue b/hw-ui/src/views/wms/info/stocktotal/index.vue index 818bf34..84cbd3d 100644 --- a/hw-ui/src/views/wms/info/stocktotal/index.vue +++ b/hw-ui/src/views/wms/info/stocktotal/index.vue @@ -286,8 +286,10 @@ export default { }; }, created() { + const type = this.$route.query && this.$route.query.type; this.getList(); }, + methods: { /** 查询原材料库存列表 */ getList() {