|
|
|
@ -256,6 +256,9 @@ export class AuditRecordComponent implements OnInit {
|
|
|
|
|
data.result.handleRemindDaysDefault = data.result.licenseType.handleRemindDays |
|
|
|
|
data.result.closingRemindDaysDefault = data.result.licenseType.closingRemindDays |
|
|
|
|
} |
|
|
|
|
if (item.auditType == 2 || item.auditType == 3) { |
|
|
|
|
data.result.auditLogId = item.id |
|
|
|
|
} |
|
|
|
|
resolve(data.result) |
|
|
|
|
}) |
|
|
|
|
}) |
|
|
|
|