From e851882d0fd277e0402556d2affc23379de21669 Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Thu, 2 Jun 2022 10:34:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E7=AE=A1=E7=90=86=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E7=AE=A1=E7=90=86=E6=93=8D=E4=BD=9C=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E7=AD=9B=E9=80=89=E5=92=8C=E5=90=8D=E7=A7=B0=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Study/manager.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/Study/manager.vue b/src/components/Study/manager.vue index 769e9659..325ffcec 100644 --- a/src/components/Study/manager.vue +++ b/src/components/Study/manager.vue @@ -44,7 +44,7 @@
- 搜索 + 搜ssz索
@@ -623,14 +623,16 @@ export default { pageIndex: this.study.pageIndex, pageSize: this.study.pageSize }; + apicourseStudy.findSignup(params).then(res => { if (res.status === 200) { + let ids = []; res.result.list.forEach(item => { ids.push(item.aid); }); this.getQaUserData(res.result.list, ids); - // this.study.list = res.result.list; + this.study.list = res.result.list; this.study.count = res.result.count; } else { this.$message.error(res.message);