-
+
+ 查询
报表生成
@@ -96,7 +97,12 @@ const changeType = (val: any) => {
}
const loadSheetData = () => {
- if (!props.active || !props.lineFlag || !props.dotList?.id || !template.value?.id) {
+ if(!props.lineFlag){
+ tableStore.table.loading = false
+ ElMessage.warning('治理监测点暂不支持出报表!')
+ return
+ }
+ if (!props.active || !props.dotList?.id || !template.value?.id) {
tableStore.table.loading = false
return
}
diff --git a/src/views/pms/voltage/sags/operationsManagement/index.vue b/src/views/pms/voltage/sags/operationsManagement/index.vue
index 7feac48..22d081d 100644
--- a/src/views/pms/voltage/sags/operationsManagement/index.vue
+++ b/src/views/pms/voltage/sags/operationsManagement/index.vue
@@ -26,7 +26,7 @@
+ placeholder="请输入变电站/终端编号/型号/网络参数" />
diff --git a/src/views/pms/voltage/sags/operationsManagement/point.vue b/src/views/pms/voltage/sags/operationsManagement/point.vue
index 6be7dfc..c16dc75 100644
--- a/src/views/pms/voltage/sags/operationsManagement/point.vue
+++ b/src/views/pms/voltage/sags/operationsManagement/point.vue
@@ -24,7 +24,7 @@
+ placeholder="请是输入变电站/终端编号/型号/网络参数查询" />