更新
This commit is contained in:
@@ -365,17 +365,14 @@
|
||||
}
|
||||
})
|
||||
}
|
||||
console.log('这里是siteInfo idS',this.siteInfo)
|
||||
},
|
||||
//接口筛选
|
||||
filterRes(res){
|
||||
console.log(res)
|
||||
let obj = {
|
||||
oilProductCode:res.oilProductCode, //油品编号 默认为空
|
||||
siteChannel:res.channelCode, //油站渠道 默认为空
|
||||
highSpeedMark:res.highSpeedMark //是否为高速 默认为null
|
||||
}
|
||||
console.log("筛选前")
|
||||
let _that = this
|
||||
_that.allSiteInfo.oilProductCode = res.oilProductCode
|
||||
_that.allSiteInfo.siteChannel = res.channelCode
|
||||
|
||||
Reference in New Issue
Block a user