Commit ce8e56c3 authored by 罗超's avatar 罗超

1

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