更新
This commit is contained in:
@@ -79,13 +79,14 @@
|
||||
...this.filterData,
|
||||
comprehensiveSort:1,
|
||||
zpDisable:'ENABLE',
|
||||
// parentCompanyId
|
||||
// siteBrand: "", // 备注:// 石油品牌 ( 1-中国石油 2-中国石化 3-壳牌 4-民营 5-中海油 6-京博 7-中化石油 8-其他 )
|
||||
// channelCode: "", // 备注:// 渠道编码 ( OIL:星油 WJY:万金油 LV:老吕(找油网) TY:团油 YDJY:一点加油(壳牌))
|
||||
// oilProductCode: "" // 备注:// 油号选择 ( 0# 92# 92#)
|
||||
}
|
||||
|
||||
}
|
||||
oilSiteApi.getSiteLists(data1).then(res => {
|
||||
oilSiteApi.findKASiteInfoByPage(data1).then(res => {
|
||||
if (res.code == 20000) {
|
||||
this.siteList = res.data.list;
|
||||
(this.siteList.length>3)&&(this.siteList.length = 3)
|
||||
|
||||
Reference in New Issue
Block a user