This commit is contained in:
xiaozhiyong
2023-08-31 09:35:30 +08:00
parent 7028fde296
commit 20728f6e13
10 changed files with 31 additions and 56 deletions

View File

@@ -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