From d0ad7f88c5a2fbe387568f62b18a6d56622d7ed2 Mon Sep 17 00:00:00 2001 From: x_z Date: Wed, 14 Sep 2022 18:19:52 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E5=8C=BB=E9=99=A2=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sys/bindPlatform.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 = [];