1
This commit is contained in:
parent
c038b04d40
commit
33debf60e6
@ -209,9 +209,9 @@
|
||||
method: 'get'
|
||||
}).then((res) => {
|
||||
if (res.code == 0) {
|
||||
this.schoolInfo = res.schoolInfo
|
||||
uni.setStorageSync("roles", res.roles)
|
||||
uni.setStorageSync("deptId", res.schoolInfo.deptId)
|
||||
this.schoolInfo = res.data.schoolInfo
|
||||
uni.setStorageSync("roles", res.data.roles)
|
||||
uni.setStorageSync("deptId", res.data.schoolInfo.deptId)
|
||||
}
|
||||
})
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user