Commit 7f35c8ee authored by zhengke's avatar zhengke

修改

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