@@ -15,7 +15,9 @@
if(this.propValue){
getMaindataStorehouseSingleData({ id: this.propValue }).then((res : any) => {
if (res.code === 200) {
- this.value = res.data.name+'('+res.data.id+')'
+ if(res.data){
+ this.value = res.data.name+'('+res.data.id+')'
+ }
}
}).catch();
@@ -688,7 +688,7 @@
width: 250,
title: '短驳入库仓库',
field: 'entryStoreHouseId',
- component: storeHouse,
+ // component: storeHouse,
},
{
width: 180,