--no commit message
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -93,8 +93,8 @@ export default { | ... | @@ -93,8 +93,8 @@ export default { |
93 | }; | 93 | }; |
94 | let res = await work.getsthjqxjrtotal(p); | 94 | let res = await work.getsthjqxjrtotal(p); |
95 | console.log("res",res); | 95 | console.log("res",res); |
96 | this.stjrl=res.result.stsum | 96 | this.stjrl=res.result.sum |
97 | this.qxjrl=res.result.qxsum | 97 | this.qxjrl=res.result.sum |
98 | this.qxerrer=Number(res.result.qxjrerrer) | 98 | this.qxerrer=Number(res.result.qxjrerrer) |
99 | this.sterrer=Number(res.result.sthjerrer) | 99 | this.sterrer=Number(res.result.sthjerrer) |
100 | if(res.result.sum=="0"){ | 100 | if(res.result.sum=="0"){ | ... | ... |
-
Please register or sign in to post a comment