From 487dd67e82339b8ddbcd580768a3d1e7998f9201 Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Fri, 10 Dec 2021 17:30:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/case/index.vue | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/components/case/index.vue b/src/components/case/index.vue index 5d83234..0e657af 100644 --- a/src/components/case/index.vue +++ b/src/components/case/index.vue @@ -291,21 +291,6 @@ export default { this.classId = classId } let tokens = sessionStorage.getItem('token') - // if(this.getQueryVariable('projectId')) { - // let params = { - // "systemId":sessionStorage.getItem('systemId'), - // "cId":sessionStorage.getItem('cid'), - // "permissions":0, - // } - // getProjectBySystemId(params).then((data)=>{ - // if(data.status == 200){ - // //获取当前时间 - // this.topicList = data.data.projects - // this.selectProjects({projectId: this.topicList[0].projectId}) - // } - // }).catch((error)=>{ - // }) - // }else { if(tokens || token){ this.projectPermissions = this.projectId ? 1 : 0 this.assessmentId && this.projectId && this.checkVer() @@ -319,7 +304,6 @@ export default { this.getData() } } - // } }, methods: { getQueryVariable(name) {