|
@@ -406,7 +406,7 @@ export default {
|
|
|
this.shipCompanyLoading = true;
|
|
this.shipCompanyLoading = true;
|
|
|
this.$axios.get('/api/ship-company/list')
|
|
this.$axios.get('/api/ship-company/list')
|
|
|
.then(response => {
|
|
.then(response => {
|
|
|
- this.shipCompanyList = response.data || [];
|
|
|
|
|
|
|
+ this.shipCompanyList = response.data.content || [];
|
|
|
})
|
|
})
|
|
|
.catch(error => {
|
|
.catch(error => {
|
|
|
console.error('获取船公司列表失败:', error);
|
|
console.error('获取船公司列表失败:', error);
|