diff --git a/src/views/sys/bindPlatform.vue b/src/views/sys/bindPlatform.vue index cd0a1b3..1db7bff 100644 --- a/src/views/sys/bindPlatform.vue +++ b/src/views/sys/bindPlatform.vue @@ -326,8 +326,6 @@ export default { ] }, - - curPlatformId: "", editType: 0, corpTypeList: [ @@ -375,7 +373,8 @@ export default { this.loading = true; getLinkPlatformList(this.query).then((res) => { this.loading = false; - this.list = res.data || []; + this.list = res.data.list || []; + this.total = res.data.total || 0; }).catch(() => { this.loading = false; this.list = [];