From 17b88f5ec7d1b08caa77456911ae2e37b047dec5 Mon Sep 17 00:00:00 2001 From: joshen <445497689@qq.com> Date: Fri, 21 Jun 2024 16:36:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E5=9C=A8=E7=BA=BF=E8=AF=BE?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E6=9D=83=E9=99=90=E6=95=B0=E6=8D=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/course/ManageList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/course/ManageList.vue b/src/views/course/ManageList.vue index 5a068724..a72e3015 100644 --- a/src/views/course/ManageList.vue +++ b/src/views/course/ManageList.vue @@ -645,7 +645,7 @@ export default { this.params.sysType2 = this.sysTypeList[1]; this.params.sysType3 = this.sysTypeList[2]; if(this.$route.query.courseIds) this.params.courseIds = this.$route.query.courseIds.split(','); - if(this.$route.query.isSystemAdmin) this.params.isSystemAdmin = this.$route.query.isSystemAdmin; + if(this.$route.query.projectId) this.params.projectId = this.$route.query.projectId; apiCourse.pageList(this.params).then(rs=>{ if(rs.status==200){ this.pageData = rs.result.list;