1.修复征求意见详情页刷新回到登录页的BUG

2.修复征求意见详情添加窗口通信刷新BUG
This commit is contained in:
chenxiaoxi
2022-01-26 17:09:36 +08:00
parent 5102f8514c
commit 7f66222a6c
8 changed files with 90 additions and 32 deletions
+3
View File
@@ -179,5 +179,8 @@ export default {
} else {
return JSON.parse(state.accessStandRegRows)
}
},
refreshFlag: state => {
return state.refreshFlag
}
}