修改
This commit is contained in:
@@ -416,6 +416,7 @@
|
||||
},
|
||||
// 获取油站信息
|
||||
getSiteInfo(channelId) {
|
||||
console.log('获取油站信息')
|
||||
oliSiteApi.getSiteDetail(channelId).then(res => {
|
||||
// //console.log(res)
|
||||
if (res.code === 20000) {
|
||||
@@ -472,6 +473,7 @@
|
||||
},
|
||||
//获取油站基本资料
|
||||
getUserInfo(id) {
|
||||
console.log('获取油站基本资料')
|
||||
// 获取云站当前登录用户的基础资料
|
||||
oliSiteApi.getSiteBasicData(id).then(res => {
|
||||
//console.log('用户资料', res)
|
||||
|
||||
Reference in New Issue
Block a user