|
@@ -284,7 +284,7 @@ export default {
|
|
.then((res) => {
|
|
.then((res) => {
|
|
console.log("getComPostList", res);
|
|
console.log("getComPostList", res);
|
|
this.applyList = res.data.rows;
|
|
this.applyList = res.data.rows;
|
|
- this.total = res.total;
|
|
|
|
|
|
+ this.total = Number(res.data.total);
|
|
})
|
|
})
|
|
.catch((err) => {
|
|
.catch((err) => {
|
|
this.$message.error(err.msg);
|
|
this.$message.error(err.msg);
|