|
@@ -2667,17 +2667,17 @@ export default {
|
|
|
}else{
|
|
|
console.log("进入了标记不为0")
|
|
|
this.badgeshow=false
|
|
|
- if(this.$store.state.index==1){
|
|
|
- let data={
|
|
|
- noticetitle:this.noticedata[0].noticetitle,
|
|
|
- noticecontent:this.noticedata[0].noticecontent,
|
|
|
- insertusername:this.noticedata[0].insertusername,
|
|
|
- inserttime:this.noticedata[0].inserttime,
|
|
|
- noticeid:this.noticedata[0].noticeId
|
|
|
- }
|
|
|
- this.noticedata1=data
|
|
|
- this.centerDialogVisible=true;
|
|
|
- }
|
|
|
+ // if(this.$store.state.index==1){
|
|
|
+ // let data={
|
|
|
+ // noticetitle:this.noticedata[0].noticetitle,
|
|
|
+ // noticecontent:this.noticedata[0].noticecontent,
|
|
|
+ // insertusername:this.noticedata[0].insertusername,
|
|
|
+ // inserttime:this.noticedata[0].inserttime,
|
|
|
+ // noticeid:this.noticedata[0].noticeId
|
|
|
+ // }
|
|
|
+ // this.noticedata1=data
|
|
|
+ // this.centerDialogVisible=true;
|
|
|
+ // }
|
|
|
}
|
|
|
} else {
|
|
|
console.log('进入了标记值为null的值')
|