计划条数展示

This commit is contained in:
宋伟佳
2022-02-23 10:15:15 +08:00
parent 42c08cc28a
commit 9c80377db8
4 changed files with 4 additions and 4 deletions
@@ -425,7 +425,7 @@ export default {
this.standinfoList.push(item) this.standinfoList.push(item)
} }
}) })
this.total = res.data.count this.total = this.standinfoList.length
}) })
}, },
@@ -446,7 +446,7 @@ export default {
this.standinfoList.push(item) this.standinfoList.push(item)
} }
}) })
this.total = res.data.count this.total = this.standinfoList.length
}) })
}, },
@@ -1035,7 +1035,7 @@ export default {
this.standinfoList.push(item) this.standinfoList.push(item)
} }
}) })
this.total = res.data.count this.total = this.standinfoList.length
}) })
}, },
@@ -433,7 +433,7 @@ export default {
this.standinfoList.push(item) this.standinfoList.push(item)
} }
}) })
this.total = res.data.count this.total = this.standinfoList.length
}) })
}, },