Browse Source

[完善]审核记录搜索框联动

beijing
邵佳豪 3 years ago
parent
commit
32a097a4b6
  1. 2
      src/app/pages/audit/audit-record/audit-record.component.ts

2
src/app/pages/audit/audit-record/audit-record.component.ts

@ -173,6 +173,8 @@ export class AuditRecordComponent implements OnInit {
this.typeList = this.typeListOfUpdate this.typeList = this.typeListOfUpdate
} else if (e == '3') { } else if (e == '3') {
this.typeList = this.typeListOfFile this.typeList = this.typeListOfFile
} else if (e == '4') {
this.typeList = this.typeListOfUsers
} else { } else {
this.typeList = [...this.typeListOfStationData, ...this.typeListOfUpdate, ...this.typeListOfFile] this.typeList = [...this.typeListOfStationData, ...this.typeListOfUpdate, ...this.typeListOfFile]
} }

Loading…
Cancel
Save