解决账户报表统计的bug

This commit is contained in:
季圣华
2021-01-07 23:49:48 +08:00
parent 2b0d8d7d4e
commit ab680f9ff9
5 changed files with 39 additions and 4 deletions

View File

@@ -196,6 +196,10 @@
type: "get",
url: "/account/getStatistics",
dataType: "json",
data: ({
name: name,
serialNo: serialNo
}),
success: function (res) {
if (res && res.code === 200) {
if(res.data) {