pcs、bms接口联调
This commit is contained in:
@ -56,7 +56,7 @@ export default {
|
||||
mounted() {
|
||||
getSiteTotalInfo().then(response => {
|
||||
console.log('单个站点基本信息返回数据',response)
|
||||
this.setData(response.data || {})
|
||||
this.setData(response?.data || {})
|
||||
}).catch(()=>{
|
||||
this.setData({})
|
||||
})
|
||||
|
Reference in New Issue
Block a user