Elements-SY

modify

...@@ -1445,6 +1445,8 @@ export default { ...@@ -1445,6 +1445,8 @@ export default {
1445 sortRoutes.push(item.route); 1445 sortRoutes.push(item.route);
1446 }); 1446 });
1447 formdata.route = sortRoutes; 1447 formdata.route = sortRoutes;
1448 + // console.log(sortRoutes)
1449 + // console.log(reuslt)
1448 //高价百分比和低价百分比和不可以大于100 1450 //高价百分比和低价百分比和不可以大于100
1449 if ( 1451 if (
1450 this.form.highLowPriceFlg && 1452 this.form.highLowPriceFlg &&
...@@ -1481,17 +1483,17 @@ export default { ...@@ -1481,17 +1483,17 @@ export default {
1481 ) { 1483 ) {
1482 formdata.extraWeightPercent = 0; 1484 formdata.extraWeightPercent = 0;
1483 } 1485 }
1484 - //处理数据 1486 + // //处理数据
1485 - saveOrUpdate(formdata).then((response) => { 1487 + // saveOrUpdate(formdata).then((response) => {
1486 - if (response.code === 200) { 1488 + // if (response.code === 200) {
1487 - this.msgSuccess("保存成功"); 1489 + // this.msgSuccess("保存成功");
1488 - this.routeList = []; 1490 + // this.routeList = [];
1489 - this.open = false; 1491 + // this.open = false;
1490 - this.findAllFltData(); 1492 + // this.findAllFltData();
1491 - } else { 1493 + // } else {
1492 - this.msgError(response.msg); 1494 + // this.msgError(response.msg);
1493 - } 1495 + // }
1494 - }); 1496 + // }).catch(()=>{});
1495 } 1497 }
1496 }) 1498 })
1497 .catch(() => {}); 1499 .catch(() => {});
......