forked from github/dataease
Merge remote-tracking branch 'origin/main' into main
This commit is contained in:
commit
765ca37015
@ -85,6 +85,7 @@ export default {
|
||||
])
|
||||
},
|
||||
created() {
|
||||
this.$store.dispatch('app/toggleSideBarHide', true)
|
||||
this.initVersion()
|
||||
this.getLicenseInfo()
|
||||
},
|
||||
|
@ -56,7 +56,7 @@ export default {
|
||||
},
|
||||
|
||||
created() {
|
||||
|
||||
this.$store.dispatch('app/toggleSideBarHide', true)
|
||||
},
|
||||
methods: {
|
||||
repeatValidator(rule, value, callback) {
|
||||
|
@ -151,6 +151,7 @@ export default {
|
||||
},
|
||||
|
||||
created() {
|
||||
this.$store.dispatch('app/toggleSideBarHide', true)
|
||||
this.queryPerson()
|
||||
this.initRoles()
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user