style:证书分发
Showing
1 changed file
with
1 additions
and
4 deletions
| ... | @@ -49,16 +49,13 @@ | ... | @@ -49,16 +49,13 @@ |
| 49 | import { datas, sendThis } from "./zsffdata"; | 49 | import { datas, sendThis } from "./zsffdata"; |
| 50 | import { getZsglffList, removeZsgl, confirmZsff } from "@/api/zsgl.js" | 50 | import { getZsglffList, removeZsgl, confirmZsff } from "@/api/zsgl.js" |
| 51 | export default { | 51 | export default { |
| 52 | computed: { | ||
| 53 | ...mapGetters(["userInfo"]), | ||
| 54 | }, | ||
| 55 | name: "zsff", | 52 | name: "zsff", |
| 56 | mixins: [table], | 53 | mixins: [table], |
| 57 | mounted () { | 54 | mounted () { |
| 58 | sendThis(this); | 55 | sendThis(this); |
| 59 | }, | 56 | }, |
| 60 | computed: { | 57 | computed: { |
| 61 | ...mapGetters(['isRefresh']) | 58 | ...mapGetters(['isRefresh', 'userInfo']) |
| 62 | }, | 59 | }, |
| 63 | activated () { | 60 | activated () { |
| 64 | this.queryClick() | 61 | this.queryClick() | ... | ... |
-
Please register or sign in to post a comment