Merge branch 'master' of http://122.51.230.86:3000/dianliang/driver-manage
This commit is contained in:
commit
dfde436c03
@ -169,7 +169,7 @@
|
|||||||
url: '/getJxInfo',
|
url: '/getJxInfo',
|
||||||
method: 'get'
|
method: 'get'
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
if (res.code == 200) {
|
if (res.code == 0) {
|
||||||
this.schoolInfo = res.schoolInfo
|
this.schoolInfo = res.schoolInfo
|
||||||
uni.setStorageSync("roles", res.roles)
|
uni.setStorageSync("roles", res.roles)
|
||||||
uni.setStorageSync("deptId", res.schoolInfo.deptId)
|
uni.setStorageSync("deptId", res.schoolInfo.deptId)
|
||||||
@ -181,7 +181,7 @@
|
|||||||
url: '/drivingSchool/system/reservationCourse/applet/getHomeData',
|
url: '/drivingSchool/system/reservationCourse/applet/getHomeData',
|
||||||
method: 'get'
|
method: 'get'
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
if (res.code == 200) {
|
if (res.code == 0) {
|
||||||
this.dataInfo = res.data
|
this.dataInfo = res.data
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user