@@ -510,6 +510,7 @@ export default {
}
// 查询数据
bomMgrApi.get(this.selection[0]).then(res => {
+ console.log("根据id,查询详情BOM:", res.data);
res = res.data
if(res.isSuccess){
this.edit(res.data);