|
|
@ -326,8 +326,6 @@ export default {
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
curPlatformId: "",
|
|
|
|
curPlatformId: "",
|
|
|
|
editType: 0,
|
|
|
|
editType: 0,
|
|
|
|
corpTypeList: [
|
|
|
|
corpTypeList: [
|
|
|
@ -375,7 +373,8 @@ export default {
|
|
|
|
this.loading = true;
|
|
|
|
this.loading = true;
|
|
|
|
getLinkPlatformList(this.query).then((res) => {
|
|
|
|
getLinkPlatformList(this.query).then((res) => {
|
|
|
|
this.loading = false;
|
|
|
|
this.loading = false;
|
|
|
|
this.list = res.data || [];
|
|
|
|
this.list = res.data.list || [];
|
|
|
|
|
|
|
|
this.total = res.data.total || 0;
|
|
|
|
}).catch(() => {
|
|
|
|
}).catch(() => {
|
|
|
|
this.loading = false;
|
|
|
|
this.loading = false;
|
|
|
|
this.list = [];
|
|
|
|
this.list = [];
|
|
|
|