🌈 style: 删除console.log
This commit is contained in:
@@ -18,6 +18,7 @@ const getters = {
|
||||
sidebarRouters:state => state.permission.sidebarRouters,
|
||||
productList: state => state.category.productList,
|
||||
rawMaterialList: state => state.category.rawMaterialList,
|
||||
bomMap: state => state.category.bomMap
|
||||
bomMap: state => state.category.bomMap,
|
||||
financialAccounts: state => state.finance.financialAccounts,
|
||||
}
|
||||
export default getters
|
||||
|
||||
Reference in New Issue
Block a user