Commit 7e12b20f authored by zhengke's avatar zhengke

增加判断公告弹窗

parent 90a8afa3
......@@ -1861,7 +1861,9 @@ export default {
if(res.data.resultCode == 1) {
if (res.data.data.IsRead === 0) {
this.dialogTitleNot = res.data.data.title;
this.getNotDetail(res.data.data.noticeId)
if(this.isShowMore){
this.getNotDetail(res.data.data.noticeId);
}
}
}else{
this.$message.error(res.data.message)
......
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