Commit 5a0c7a52 authored by 13841799530's avatar 13841799530

bug

parent e21c1c81
Pipeline #7134 passed with stage
in 9 seconds
......@@ -105,7 +105,7 @@ export default {
/* 不合格跳转传参回显到检查问题清单 */
noGrage(item2){
//通过禁用状态来判断是否可以跳转
// if(item2.isDisabled==false&&this.finish!='true'){
if(item2.isDisabled==false&&this.finish!='true'){
this.$router.push({
name: 'list',
query:{
......@@ -117,7 +117,7 @@ export default {
checkBasis:item2.checkBasis,//法律依据
}
})
// }
}
}
}
}
......
......@@ -81,6 +81,7 @@ export default {
getFun('check/carry/count',{planId:this.id}).then((Response)=>{
this.$toast.clear()
this.nums=Response.data
sessionStorage.setItem('projectFlag',Response.data.projectFlag)
sessionStorage.setItem('nums',JSON.stringify(this.nums))
}).catch(()=>{
this.$toast.clear()
......@@ -108,7 +109,6 @@ export default {
deptIdList:nums.deptIdList,
deptNameList:nums.deptNameList
}
sessionStorage.setItem('projectFlag',nums.projectFlag)
this.$router.push({name:'list',query:{id:this.id,obj:JSON.stringify(obj)}})
},
note(){
......
......@@ -61,7 +61,7 @@ export default {
this.id=sessionStorage.getItem('noteId')
}
if(sessionStorage.getItem('checkedFinish')){
this.finish=sessionStorage.getItem('checkedFinish')
this.finish=sessionStorage.getItem('checkedFinish')=='false'?false:true
}
this.init()
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment