This commit is contained in:
@@ -189,9 +189,8 @@ export const oaApi = {
|
||||
// 统一预警(全平台期限/异常聚合)
|
||||
listAlerts: alertsApi.listAlerts,
|
||||
// 系统更新
|
||||
getSystemUpdateConfig: updateApi.getSystemUpdateConfig,
|
||||
saveSystemUpdateConfig: updateApi.saveSystemUpdateConfig,
|
||||
getSystemUpdateStatus: updateApi.getSystemUpdateStatus,
|
||||
getSystemUpdateReleases: updateApi.getSystemUpdateReleases,
|
||||
checkSystemUpdate: updateApi.checkSystemUpdate,
|
||||
installSystemUpdate: updateApi.installSystemUpdate
|
||||
}
|
||||
@@ -219,7 +218,7 @@ export type {
|
||||
} from './reportdefs'
|
||||
export type { Alert } from './alerts'
|
||||
export type {
|
||||
SystemUpdateStatus, SystemUpdateConfig, SystemUpdateConfigInput, UpdatePhase, ReleaseAsset
|
||||
SystemUpdateStatus, ReleaseHistoryItem, UpdatePhase, ReleaseAsset
|
||||
} from './update'
|
||||
export type {
|
||||
CompanySubject, Contract, Supplier, Customer, BankAccount, Seal, Invoice, ContractMilestone
|
||||
|
||||
Reference in New Issue
Block a user