sunChengjie hai 1 ano
pai
achega
854677e58e
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/pages/express.vue

+ 2 - 1
src/pages/express.vue

@@ -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
 			})
 		},