This commit is contained in:
yanran200730
2022-01-14 18:03:17 +08:00
parent a71cf23522
commit ff8058418f
3 changed files with 25 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ export default {
computed: {},
watch: {},
onLoad() {},
mounted() {
created() {
this.$dict.load('girdType', 'girdLevel').then(() => {
this.isGirdUser()
})