|
@@ -271,7 +271,8 @@ export default {
|
|
|
methods: {
|
|
|
async geLogisticsListAPIList() {
|
|
|
const res = await geLogisticsList({ page: 1, limit: 30 })
|
|
|
- this.columns = res.map((item) => {
|
|
|
+ console.log(res, '+==============res')
|
|
|
+ this.columns = res.data.map((item) => {
|
|
|
return item.expressCompany
|
|
|
})
|
|
|
},
|