监护人维护幼儿信息

This commit is contained in:
zhanglipeng
2020-11-18 15:36:36 +08:00
parent db89ce5a15
commit 1a52fb102d
7 changed files with 47 additions and 13 deletions

View File

@ -176,6 +176,7 @@ export default {
},
getList() {
this.loading = true;
this.tableData = [];
if (this.queryParams.month == "") {
this.queryParams.month = this.month;
}
@ -271,7 +272,7 @@ export default {
}
if (res.indexOf("%") != -1) {
// console.log(res.split("%")[0]);
sum = sum + parseInt(res.split("%")[0])/100;
sum = sum + parseInt(res.split("%")[0]) / 100;
}
}
});