STYLE:证书领取
Showing
1 changed file
with
3 additions
and
1 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-07-28 15:46:51 | 4 | * @LastEditTime: 2023-07-28 16:28:43 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div class="from-clues"> | 7 | <div class="from-clues"> |
... | @@ -41,6 +41,7 @@ | ... | @@ -41,6 +41,7 @@ |
41 | </template> | 41 | </template> |
42 | <script> | 42 | <script> |
43 | import { mapGetters } from 'vuex' | 43 | import { mapGetters } from 'vuex' |
44 | import store from '@/store/index.js' | ||
44 | import table from "@/utils/mixin/table"; | 45 | import table from "@/utils/mixin/table"; |
45 | import { datas } from "../javascript/fzxxdata"; | 46 | import { datas } from "../javascript/fzxxdata"; |
46 | import { getCertificateList } from "@/api/bdcqz.js"; | 47 | import { getCertificateList } from "@/api/bdcqz.js"; |
... | @@ -95,6 +96,7 @@ | ... | @@ -95,6 +96,7 @@ |
95 | * @author: renchao | 96 | * @author: renchao |
96 | */ | 97 | */ |
97 | zslqClick () { | 98 | zslqClick () { |
99 | store.dispatch('user/reWorkFresh', false) | ||
98 | this.$popupDialog("不动产权证领取", "workflow/components/dialog/zslq", {}, '80%', true) | 100 | this.$popupDialog("不动产权证领取", "workflow/components/dialog/zslq", {}, '80%', true) |
99 | } | 101 | } |
100 | } | 102 | } | ... | ... |
-
Please register or sign in to post a comment