From 32a097a4b629aede231b1a528d56a2ebcaaa59ed Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Mon, 25 Jul 2022 14:12:57 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E5=AE=A1=E6=A0=B8=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E6=90=9C=E7=B4=A2=E6=A1=86=E8=81=94=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/pages/audit/audit-record/audit-record.component.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/pages/audit/audit-record/audit-record.component.ts b/src/app/pages/audit/audit-record/audit-record.component.ts index 0e64e24..3a323ce 100644 --- a/src/app/pages/audit/audit-record/audit-record.component.ts +++ b/src/app/pages/audit/audit-record/audit-record.component.ts @@ -173,6 +173,8 @@ export class AuditRecordComponent implements OnInit { this.typeList = this.typeListOfUpdate } else if (e == '3') { this.typeList = this.typeListOfFile + } else if (e == '4') { + this.typeList = this.typeListOfUsers } else { this.typeList = [...this.typeListOfStationData, ...this.typeListOfUpdate, ...this.typeListOfFile] }