fix: 调整告警类型参数值

This commit is contained in:
TsMask
2025-07-15 19:51:20 +08:00
parent 27b2cfb449
commit dd9bcaa7ce
4 changed files with 7 additions and 78 deletions

View File

@@ -70,7 +70,7 @@ let rangePickerPresets = ref([
/**查询参数 */
let queryParams = reactive({
alarmStatus: 1,
alarmStatus: 'Active',
sortField: 'event_time',
sortOrder: 'desc',
/**告警设备类型 */
@@ -102,7 +102,7 @@ let queryParams = reactive({
/**查询参数重置 */
function fnQueryReset() {
queryParams = Object.assign(queryParams, {
alarmStatus: 1,
alarmStatus: 'Active',
/**告警设备类型 */
neType: '',
/**告警网元名称 */
@@ -386,7 +386,7 @@ let modalState: ModalStateType = reactive({
objectName: '',
locationInfo: '',
province: '',
alarmStatus: '',
alarmStatus: 'Active',
specificProblemId: '',
specificProblem: '',
addInfo: '',

View File

@@ -61,7 +61,7 @@ let rangePickerPresets = ref([
/**查询参数 */
let queryParams = reactive({
alarmStatus: 0,
alarmStatus: 'Clear',
sortField: 'event_time',
sortOrder: 'desc',
/**告警设备类型 */
@@ -91,7 +91,7 @@ let queryParams = reactive({
/**查询参数重置 */
function fnQueryReset() {
queryParams = Object.assign(queryParams, {
alarmStatus: 0,
alarmStatus: 'Clear',
/**告警设备类型 */
neType: '',
/**告警网元名称 */
@@ -317,7 +317,7 @@ let modalState: ModalStateType = reactive({
objectName: '',
locationInfo: '',
province: '',
alarmStatus: '',
alarmStatus: 'Clear',
specificProblemId: '',
specificProblem: '',
addInfo: '',