Commit dc786e40 authored by youjie's avatar youjie

no message

parent 98fe2d9f
...@@ -1116,7 +1116,6 @@ ...@@ -1116,7 +1116,6 @@
this.apipost('Financial_post_GetFinanceToKingdeePageList', this.msg, res => { this.apipost('Financial_post_GetFinanceToKingdeePageList', 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;
console.log(data,'====')
this.total = res.data.data.count; this.total = res.data.data.count;
if (this.total == 0) { if (this.total == 0) {
this.DataList = []; this.DataList = [];
......
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