|
@@ -730,7 +730,7 @@ import download from '../../components/WsDownload/download'
|
|
|
this.warehouseNameKey = this.$route.query.warehouseName
|
|
|
}else{
|
|
|
if (_wareHouse) {
|
|
|
- this.warehouseNameKey = _wareHouse.id
|
|
|
+ this.warehouseNameKey = _wareHouse.value
|
|
|
this.warehouseName = _wareHouse.value
|
|
|
} else {
|
|
|
this.warehouseNameKey = this.warehouseList[0].id
|