From ef229ca4ba973b9866f29326942e15f049e94f15 Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Tue, 23 Nov 2021 18:12:23 +0800 Subject: [PATCH] bug --- src/components/case/index.vue | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/components/case/index.vue b/src/components/case/index.vue index 2900678..b51d2be 100644 --- a/src/components/case/index.vue +++ b/src/components/case/index.vue @@ -410,22 +410,23 @@ export default { let params = { "projectId":this.projectId, } - let formList = [] - sessionStorage.setItem('ruleReqs', JSON.stringify(formList)) - sessionStorage.setItem('accountVoucher', JSON.stringify(formList)) - sessionStorage.setItem('accountPasswordAll', '') + let formList = [] + sessionStorage.setItem('ruleReqs', JSON.stringify(formList)) + sessionStorage.setItem('accountVoucher', JSON.stringify(formList)) + sessionStorage.setItem('accountPasswordAll', '') sessionStorage.setItem('projectId', this.projectId) getProjectDetail(params).then((data)=>{ if(data.status == 200){ - this.popContainer = false + this.popContainer = false; + this.hintOpen = data.data.projectManage.hintOpen; let token = sessionStorage.getItem('token') let cid = sessionStorage.getItem('cid') let systemId = sessionStorage.getItem('systemId') this.projectName = data.data.projectManage.projectName; this.projectManage = data.data.projectManage; this.requires = data.data.projectJudgmentVos; - location.href = 'http://39.108.250.202/banksystem/#/index/list?'+'token='+token+'&cid='+cid+'&systemId='+systemId - // location.href = "http://192.168.31.254:8093/#/index/list?"+'token='+token+'&cid='+cid+'&systemId='+systemId + // location.href = 'http://39.108.250.202/banksystem/#/index/list?'+'token='+token+'&cid='+cid+'&systemId='+systemId + location.href = "http://192.168.31.254:8093/#/index/list?"+'token='+token+'&cid='+cid+'&systemId='+systemId } }).catch((error)=>{ }) @@ -571,8 +572,8 @@ export default { this.minutes = "00"; this.hour = "00"; this.grade = '00' - location.href = 'http://39.108.250.202/banksystem/#/index/list?'+'token='+token+'&cid='+cid+'&systemId='+systemId - // location.href = "http://192.168.31.254:8093/#/index/list?"+'token='+token+'&cid='+cid+'&systemId='+systemId + // location.href = 'http://39.108.250.202/banksystem/#/index/list?'+'token='+token+'&cid='+cid+'&systemId='+systemId + location.href = "http://192.168.31.254:8093/#/index/list?"+'token='+token+'&cid='+cid+'&systemId='+systemId }, checkVer() { let data = {