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

1

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