From f212dced4da42bcb36b067c2a9d6729105411914 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Tue, 19 Jul 2022 18:40:23 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=AF=84=E5=AE=A1=E5=88=97=E8=A1=A8=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=9D=A1=E6=95=B0=E6=98=BE=E7=A4=BA=E4=B8=BA0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/track/review/components/TestCaseReviewList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/track/review/components/TestCaseReviewList.vue b/frontend/src/business/components/track/review/components/TestCaseReviewList.vue index 69e69739ea..ee55a5d728 100644 --- a/frontend/src/business/components/track/review/components/TestCaseReviewList.vue +++ b/frontend/src/business/components/track/review/components/TestCaseReviewList.vue @@ -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) {