From 2c8367a8d1e99d08d09a3c099f52f65259664ce4 Mon Sep 17 00:00:00 2001 From: water_xu Date: Mon, 17 Jun 2024 15:50:08 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=A8=E5=8F=A3=E9=97=A8=E7=A6=81-=E4=BA=BA?= =?UTF-8?q?=E8=A1=8C=E5=8F=A3=E9=97=A8=E6=94=B9=E4=B8=BA=E4=BB=8E=E6=9C=AC?= =?UTF-8?q?=E5=9C=B0=E5=BA=93=E6=9F=A5=E8=AF=A2=E6=95=B0=E6=8D=AE=EF=BC=88?= =?UTF-8?q?=E9=80=82=E9=85=8D=E5=90=8E=E7=AB=AF=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../gaterecord/components/peopleRecordList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/gatemachine/primarygatemanager/gaterecord/components/peopleRecordList.vue b/src/views/gatemachine/primarygatemanager/gaterecord/components/peopleRecordList.vue index 3fad936..3473388 100644 --- a/src/views/gatemachine/primarygatemanager/gaterecord/components/peopleRecordList.vue +++ b/src/views/gatemachine/primarygatemanager/gaterecord/components/peopleRecordList.vue @@ -79,7 +79,7 @@ export default { } ).then((data) => { this.listLoading = false - this.varList = data.page.pd.data + this.varList = data.varList this.total = data.page.totalResult this.hasButton() }).catch((e) => {