This commit is contained in:
parent
cecf903a6a
commit
8ccf8c5336
|
@ -294,7 +294,7 @@ export default {
|
|||
.then((res) => {
|
||||
this.tableData = res.data.data.list;
|
||||
let price=Number(res.data.data.totalPrice);
|
||||
price=Math.round(price / 10000);
|
||||
price=price/ 10000;
|
||||
this.saveMoney=price.toFixed(1)
|
||||
this.total=Number(res.data.data.total);
|
||||
this.exportExcelCondition = qs.stringify(this.dataForm)
|
||||
|
|
Loading…
Reference in New Issue