no message
This commit is contained in:
@@ -157,6 +157,10 @@ export default {
|
|||||||
this._sysRoleQuery()
|
this._sysRoleQuery()
|
||||||
this._menuQuery()
|
this._menuQuery()
|
||||||
},
|
},
|
||||||
|
mounted () {
|
||||||
|
// document.getElementById('body-conatiner').style.backgroundImage = '../../../images/new/bg.png'
|
||||||
|
document.getElementById('body-conatiner').style.marginTop = '10px'
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
async _sysRoleQuery () {
|
async _sysRoleQuery () {
|
||||||
let res = await sysRoleQuery('0', '100')
|
let res = await sysRoleQuery('0', '100')
|
||||||
|
|||||||
@@ -75,8 +75,6 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
created () {
|
created () {
|
||||||
// document.getElementById('body-conatiner').style.backgroundImage = '../../../images/new/bg.png'
|
|
||||||
document.getElementById('body-conatiner').style.marginTop = '10px'
|
|
||||||
this.initData()
|
this.initData()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user