|
|
@ -121,7 +121,6 @@ export default { |
|
|
|
}, |
|
|
|
}, |
|
|
|
mounted() { |
|
|
|
mounted() { |
|
|
|
getMyWarehouseList().then(res => { |
|
|
|
getMyWarehouseList().then(res => { |
|
|
|
console.log(res.data.data, 'getMyWarehouseList'); |
|
|
|
|
|
|
|
let arr = [{ name: this.dataName ? this.dataName : '', id: '0' }]; |
|
|
|
let arr = [{ name: this.dataName ? this.dataName : '', id: '0' }]; |
|
|
|
this.datalist = arr.concat(res.data.data); |
|
|
|
this.datalist = arr.concat(res.data.data); |
|
|
|
}); |
|
|
|
}); |
|
|
|