From e81f37545322f760c2c7c9ea1038df06c681e02d Mon Sep 17 00:00:00 2001 From: zyn Date: Thu, 1 Feb 2024 10:57:06 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E6=A0=87=E5=87=86=E6=B3=95=E8=A7=84?= =?UTF-8?q?=E6=B8=85=E5=8D=95):=20=E5=88=97=E8=A1=A8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/policyRegulation/standardTrackingList/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/policyRegulation/standardTrackingList/index.vue b/src/pages/policyRegulation/standardTrackingList/index.vue index d1a2231a7..b0b3301d6 100644 --- a/src/pages/policyRegulation/standardTrackingList/index.vue +++ b/src/pages/policyRegulation/standardTrackingList/index.vue @@ -295,7 +295,8 @@ export default { } this.$http._getData(this.url.page, this.searchForm, config).then(res => { if(res.ok) { - this.data = res.data + this.data = res.data.list + this.searchForm.total = res.data.count } }) },