diff --git a/sgzb-ui/src/App.vue b/sgzb-ui/src/App.vue index 42825bf0..d3159f32 100644 --- a/sgzb-ui/src/App.vue +++ b/sgzb-ui/src/App.vue @@ -44,13 +44,13 @@ export default { }, updated() { // 判断是否需要获取通知信息 - // if ( - // localStorage.getItem('notice') && - // getToken() && - // !this.noticeDialog.outerVisible - // ) { - // this.getHomeNoticeFun() - // } + if ( + localStorage.getItem('notice') && + getToken() && + !this.noticeDialog.outerVisible + ) { + this.getHomeNoticeFun() + } }, methods: { // 获取通知公告的信息 diff --git a/sgzb-ui/src/views/repairTest/repair/index.vue b/sgzb-ui/src/views/repairTest/repair/index.vue index f6008e34..2ca0cfc3 100644 --- a/sgzb-ui/src/views/repairTest/repair/index.vue +++ b/sgzb-ui/src/views/repairTest/repair/index.vue @@ -166,7 +166,7 @@ align="center" :selectable=" (row) => { - return row.repairStatusCode == 44 && row.commit == 0 + return row.commit == 0 } " /> diff --git a/sgzb-ui/src/views/repairTest/repairScrap/index.vue b/sgzb-ui/src/views/repairTest/repairScrap/index.vue index abe9724f..a495d911 100644 --- a/sgzb-ui/src/views/repairTest/repairScrap/index.vue +++ b/sgzb-ui/src/views/repairTest/repairScrap/index.vue @@ -167,7 +167,7 @@ align="center" :selectable=" (row) => { - return row.repairStatusCode == 44 && row.commit == 0 + return row.commit == 0 } " />