Commit 9d9ab633 authored by 罗超's avatar 罗超

1

parent c8e92ffe
...@@ -194,7 +194,7 @@ export default { ...@@ -194,7 +194,7 @@ export default {
EduSchoolId: 0, EduSchoolId: 0,
}, },
digtable: [], digtable: [],
digcount: 1, digcount: 0,
}; };
}, },
created() { created() {
...@@ -281,7 +281,7 @@ export default { ...@@ -281,7 +281,7 @@ export default {
(res) => { (res) => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.digtable = res.data.data.pageData; this.digtable = res.data.data.pageData;
this.count = res.data.data.count; this.digcount = res.data.data.count;
} else { } else {
this.Info(res.data.message); this.Info(res.data.message);
} }
......
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