新建决策信息调整
This commit is contained in:
parent
586e920216
commit
ae81b3f4f8
@ -419,7 +419,7 @@ let optionsLocationList: AreaConfigItem[] = [];
|
||||
async function searchLocationType() {
|
||||
try {
|
||||
const alertType = (saveAlertTypeData as never)[creatForm.alertType];
|
||||
optionsLocationList = await getDeviceAreaByAlarmType(3, alertType);
|
||||
optionsLocationList = await getDeviceAreaByAlarmType(+creatForm.lineId, alertType);
|
||||
optionsLocationType.value = optionsLocationList.map(
|
||||
(item) => item.areaName
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user