Commit 7f35c8ee authored by zhengke's avatar zhengke

修改

parent 7d406101
......@@ -150,7 +150,7 @@ export default {
showDialog: false,
sels: [],
fxsList: [],
fxsCount: 1,
fxsCount: 0
};
},
created() {
......@@ -211,8 +211,7 @@ export default {
this.DistributorMsg,
(res) => {
if (res.data.resultCode == 1) {
this.fxsCount = res.data.data.pageCount;
console.log(212, this.fxsCount);
this.fxsCount = res.data.data.count;
this.DLoptions = res.data.data.pageData;
if (this.DLoptions.length > 0) {
this.sels = [];
......
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