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] }