更新
This commit is contained in:
@@ -945,7 +945,10 @@
|
||||
// 获取渠道下价格等信息
|
||||
getNewSitePrice(channelId) {
|
||||
this.oilSitePriceDetailsVo = []
|
||||
oilSiteApi.getNewSitePrice(channelId).then(res => {
|
||||
oilSiteApi.getSitePriceKAByBelong({
|
||||
channelId: channelId,
|
||||
clientBelong: "BAICHUAN"
|
||||
}).then(res => {
|
||||
if (res.code == 20000) {
|
||||
this.plateNumbers = res.data.plateNumbers
|
||||
this.oilSitePriceDetailsVo = res.data.oilSitePriceDetailsVo;
|
||||
|
||||
Reference in New Issue
Block a user