@@ -7,8 +7,8 @@
"sizes": "分辨率,192x192",
"src": "图片路径"
}],
- "versionName": "1.9.4",
- "versionCode": 194,
+ "versionName": "1.9.5",
+ "versionCode": 195,
"app-plus": {
"error": {
"url": "hybrid/html/error.html"
@@ -2178,6 +2178,7 @@
data.map(ele => {
ele.accidentType = "";
ele.allQuantity = 1;
+ ele.quantity = 1;
return ele;
})
data[0].accidentType = data[0].planCode;
@@ -3058,6 +3059,10 @@
.cnName;
let namesimple = this.totalCompanyList[num]
.namesimple;
+ if (ccidenttype == "huanong") {
+ this[ccidenttype + 'accidentalDrivingVo'].quantity = this[ccidenttype + 'accidentalDrivingVo']
+ .allQuantity;
+ }
let params = {
orderNo: this.orderno,
companyId: id,