fix(测试跟踪): 测试评审列表数据条数显示为0
This commit is contained in:
parent
c83f2f3534
commit
f212dced4d
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue