WMS:库存信息增加route判断
master
xins 7 months ago
parent a494d05457
commit 4de3a7e89f

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

Loading…
Cancel
Save