重构
This commit is contained in:
@ -181,6 +181,15 @@ export function createTicketNo(data) {
|
||||
})
|
||||
}
|
||||
|
||||
// 告警确认关闭
|
||||
export function closeAlarm(data) {
|
||||
return request({
|
||||
url: `/ems/siteAlarm/closeAlarm`,
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
function getFieldNameByCode(fieldCode) {
|
||||
const raw = String(fieldCode || '').trim()
|
||||
if (!raw) return ''
|
||||
|
||||
Reference in New Issue
Block a user