点击退出跳回对应的职站页面

20240205
e 3 years ago
parent 6acd7e6579
commit 65546059fc
  1. 2
      src/components/case/index.vue

@ -264,7 +264,7 @@ export default {
this.projectPermissions = this.projectId ? 1 : 0 this.projectPermissions = this.projectId ? 1 : 0
this.assessmentId && this.projectId && this.checkVer() this.assessmentId && this.projectId && this.checkVer()
this.codeId && this.codeIds.push(this.codeId) this.codeId && this.codeIds.push(this.codeId)
if (projectId !=null){ if (projectId !=null && projectId != '' && projectId !='null'){
let params = { let params = {
"projectId":projectId, "projectId":projectId,
} }

Loading…
Cancel
Save