diff --git a/src/views/pqs/supervise/electricalEnergy/components/NewlyAdd.vue b/src/views/pqs/supervise/electricalEnergy/components/NewlyAdd.vue index f06a982e..c6a9300b 100644 --- a/src/views/pqs/supervise/electricalEnergy/components/NewlyAdd.vue +++ b/src/views/pqs/supervise/electricalEnergy/components/NewlyAdd.vue @@ -7,7 +7,7 @@ - + - + 第二步 选择问题测点 + + + + + + + + 查询 @@ -307,7 +315,9 @@ const ruleForm = ref() const DateRef = ref() const operationAddRef = ref() const xTableRef = ref() - +const harmonicTypes = ref([]) //稳态指标id集合 +const harmonicTypesList = dictData.getBasicData('Indicator_Type') +const rate = ref(60) //越线天数占比(一个月) const addData = ref({ orgName: '', problemSources: '', @@ -414,6 +424,8 @@ const OnlineMonitoring = () => { const searchOnLine = () => { isLoading1.value = true getAllAlarmDetailList({ + harmonicTypes: harmonicTypes.value, + rate: rate.value * 0.01, startTime: DateRef.value.timeValue[0], endTime: DateRef.value.timeValue[1] }).then(res => { diff --git a/src/views/pqs/supervise/electricalEnergy/components/detail.vue b/src/views/pqs/supervise/electricalEnergy/components/detail.vue index e50d7e15..a0ad22ae 100644 --- a/src/views/pqs/supervise/electricalEnergy/components/detail.vue +++ b/src/views/pqs/supervise/electricalEnergy/components/detail.vue @@ -1,7 +1,7 @@ diff --git a/src/views/pqs/supervise/electricalEnergy/components/filling.vue b/src/views/pqs/supervise/electricalEnergy/components/filling.vue index 31f25cc9..7617c1b7 100644 --- a/src/views/pqs/supervise/electricalEnergy/components/filling.vue +++ b/src/views/pqs/supervise/electricalEnergy/components/filling.vue @@ -36,21 +36,49 @@ - + - + - + - + -
+
提交审核 取消