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