Commit 1bb5840a authored by 王悦's avatar 王悦

no message

parent 5d28cdae
...@@ -367,7 +367,7 @@ export default { ...@@ -367,7 +367,7 @@ export default {
this.loading = true; this.loading = true;
this.apipost('Financial_post_GetALLPageList', this.msg, res=>{ this.apipost('Financial_post_GetALLPageList', this.msg, res=>{
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
let data = res.data.data.pageData; let data = res.data.data.pageData.list;
if (type===1) { if (type===1) {
this.allMoney = 0; this.allMoney = 0;
this.shiMoney = 0; this.shiMoney = 0;
......
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