fix(测试跟踪): 测试评审列表数据条数显示为0

This commit is contained in:
chenjianxing 2022-07-19 18:40:23 +08:00 committed by jianxing
parent c83f2f3534
commit f212dced4d
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ export default {
this.condition.projectId = this.projectId;
this.page.result = this.$post("/test/case/review/list/" + this.page.currentPage + "/" + this.page.pageSize, this.condition, response => {
let data = response.data;
this.page.taotal = data.itemCount;
this.page.total = data.itemCount;
this.tableData = data.listObject;
this.tableData.forEach(item => {
if (item.tags && item.tags.length > 0) {