Commit ce8e56c3 authored by 罗超's avatar 罗超

1

parent 4fe83a30
......@@ -147,7 +147,7 @@ export default {
showDialog: false,
sels: [],
fxsList: [],
fxsCount: 0,
fxsCount: 1,
};
},
created() {
......@@ -209,6 +209,7 @@ export default {
(res) => {
if (res.data.resultCode == 1) {
this.fxsCount = res.data.data.pageCount;
console.log(212, this.fxsCount);
this.DLoptions = res.data.data.pageData;
if (this.DLoptions.length > 0) {
this.sels = [];
......
......@@ -194,7 +194,7 @@ export default {
EduSchoolId: 0,
},
digtable: [],
digcount: 0,
digcount: 1,
};
},
created() {
......
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