This commit is contained in:
gongjiale 2022-11-23 17:45:43 +08:00
parent cecf903a6a
commit 8ccf8c5336
1 changed files with 1 additions and 1 deletions

View File

@ -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)