From ac4ebb1c19337045ddcf3afe274fced057e8196a Mon Sep 17 00:00:00 2001 From: "jialong.yu" Date: Thu, 23 Dec 2021 01:27:52 +0800 Subject: [PATCH] =?UTF-8?q?systemId=E8=BF=98=E5=8E=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TestPanel.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/TestPanel.vue b/src/components/TestPanel.vue index bfa4371..d16526f 100644 --- a/src/components/TestPanel.vue +++ b/src/components/TestPanel.vue @@ -189,8 +189,7 @@ export default { // 获取项目列表 getList(){ let data = { - // systemId: this.systemId, - systemId: 1, + systemId: this.systemId, cId: this.courseId, // 课程id permissions: this.projectPermissions // 练习/考核 }