This commit is contained in:
liuye
2022-11-03 10:23:35 +08:00
parent 5f46e2f3d0
commit 73980d8dde
2 changed files with 11 additions and 6 deletions

View File

@@ -67,9 +67,7 @@ export default {
}
},
created () {
this.$dict.load('integralCalcType', 'electionMethod').then(()=> {
this.getList()
})
this.getList()
},
computed: {
...mapState(['user']),