产品和原材料配置BOM
This commit is contained in:
@@ -58,9 +58,15 @@ const actions = {
|
||||
}
|
||||
};
|
||||
|
||||
const getters = {
|
||||
productList: state => Object.values(state.productMap),
|
||||
rawMaterialList: state => Object.values(state.rawMaterialMap)
|
||||
}
|
||||
|
||||
export default {
|
||||
namespaced: true,
|
||||
state,
|
||||
mutations,
|
||||
actions
|
||||
actions,
|
||||
getters
|
||||
};
|
||||
Reference in New Issue
Block a user