sunChengjie il y a 1 an
Parent
commit
854677e58e
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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
 			})
 		},