Commit c3b1ab15 authored by youjie's avatar youjie

no message

parent 9186f8bd
...@@ -289,7 +289,6 @@ ...@@ -289,7 +289,6 @@
this.loading = false this.loading = false
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
let data=res.data.data.pageData; let data=res.data.data.pageData;
console.log(data,'----------')
this.czTableList=data; this.czTableList=data;
data.forEach(item => { data.forEach(item => {
this.cdtotal+=item.Money; this.cdtotal+=item.Money;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment