style:证书领取
Showing
2 changed files
with
4 additions
and
1 deletions
1 | /* | 1 | /* |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-05-04 11:14:25 | 4 | * @LastEditTime: 2023-07-28 15:49:38 |
5 | */ | 5 | */ |
6 | const getters = { | 6 | const getters = { |
7 | sidebar: state => state.app.sidebar, | 7 | sidebar: state => state.app.sidebar, |
... | @@ -20,6 +20,7 @@ const getters = { | ... | @@ -20,6 +20,7 @@ const getters = { |
20 | djbxx: state => state.djbxx.djbxx, | 20 | djbxx: state => state.djbxx.djbxx, |
21 | // workflow | 21 | // workflow |
22 | isRefresh: state => state.user.isRefresh, | 22 | isRefresh: state => state.user.isRefresh, |
23 | workFresh: state => state.user.workFresh, | ||
23 | yjsqOptions: state => state.workflow.yjsqOptions | 24 | yjsqOptions: state => state.workflow.yjsqOptions |
24 | } | 25 | } |
25 | export default getters | 26 | export default getters | ... | ... |
... | @@ -74,6 +74,7 @@ | ... | @@ -74,6 +74,7 @@ |
74 | </template> | 74 | </template> |
75 | <script> | 75 | <script> |
76 | import { mapGetters } from 'vuex' | 76 | import { mapGetters } from 'vuex' |
77 | import store from '@/store/index.js' | ||
77 | import { getSlsqBdcqzList, invalidCertificate } from "@/api/bdcqz.js"; | 78 | import { getSlsqBdcqzList, invalidCertificate } from "@/api/bdcqz.js"; |
78 | export default { | 79 | export default { |
79 | props: {}, | 80 | props: {}, |
... | @@ -130,6 +131,7 @@ | ... | @@ -130,6 +131,7 @@ |
130 | * @author: renchao | 131 | * @author: renchao |
131 | */ | 132 | */ |
132 | openZsylDialog (item, type) { | 133 | openZsylDialog (item, type) { |
134 | store.dispatch('user/reWorkFresh', false) | ||
133 | if (type == 1) { | 135 | if (type == 1) { |
134 | //证书预览 | 136 | //证书预览 |
135 | this.$popupDialog("证书预览", "workflow/components/dialog/zsyl", { bdcqz: item, bsmSlsq: this.$route.query.bsmSlsq }, "70%", true); | 137 | this.$popupDialog("证书预览", "workflow/components/dialog/zsyl", { bdcqz: item, bsmSlsq: this.$route.query.bsmSlsq }, "70%", true); | ... | ... |
-
Please register or sign in to post a comment