WMS:库存信息增加route判断
@ -286,8 +286,10 @@ export default {
};
},
created() {
const type = this.$route.query && this.$route.query.type;
this.getList();
methods: {
/** 查询原材料库存列表 */
getList() {