Browse Source

2022-01-26

王克恕 3 năm trước cách đây
mục cha
commit
b1fdf82008

+ 1 - 0
imcs-ui/src/views/zuihou/prepareProductMgr/bomMgr/Index.vue

@@ -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);