|
|
@@ -440,7 +440,7 @@
|
|
|
});
|
|
|
this.productId = res.data.order.productId; //险种id
|
|
|
this.productName = res.data.order.productsName; //险种name
|
|
|
- this.quotableCompanyList = JSON.parse(JSON.stringify(res.data.insCompanyVo));
|
|
|
+ // this.quotableCompanyList = JSON.parse(JSON.stringify(res.data.insCompanyVo));
|
|
|
this.order = res.data.order;
|
|
|
this.costs = res.data.costs; //价格
|
|
|
this.carInfo = res.data.carInfoVo; //车辆信息
|
|
|
@@ -453,7 +453,6 @@
|
|
|
this.vehicleAndVesselTaxVo = res.data.vehicleAndVesselTaxVo; //车船税信息
|
|
|
this.orderno = res.data.order.ordersNo;
|
|
|
this.quoteno = res.data.order.quoteNo;
|
|
|
- this.insCompanyVo = res.data.insCompanyVo[0]; //历史保险公司
|
|
|
await this.ruleFilterCompany();
|
|
|
await this.commpanyList(res.data);
|
|
|
this.imageEcho(res.data.imageVoList) // 影像获取完毕
|
|
|
@@ -536,7 +535,8 @@
|
|
|
}
|
|
|
let res = await this.$http.post('/scheme/ruleFilterCompanyApp', params);
|
|
|
if (res.code == '200') {
|
|
|
- this.quotableCompanyList = res.data.filter(val => val.id == this.insCompanyVo.id);
|
|
|
+ this.quotableCompanyList = res.data;
|
|
|
+ console.log(this.quotableCompanyList);
|
|
|
} else {
|
|
|
this.quotableCompanyList = [];
|
|
|
uni.showToast({
|