|
@@ -626,7 +626,7 @@ const getAlarmHistoryt = async () => {
|
|
|
description: state.description,
|
|
|
begin: state.dateTime[0],
|
|
|
end: state.dateTime[1],
|
|
|
- isclose: state.statusId === 0 ? false : true
|
|
|
+ isclose: state.statusId !== "" ? state.statusId === 0 ? false : true : ""
|
|
|
};
|
|
|
const { data } = await alarm_history(params);
|
|
|
// tableLoading.value = false;
|