diff --git a/src/api/common.ts b/src/api/common.ts
index 19301ca..84981db 100644
--- a/src/api/common.ts
+++ b/src/api/common.ts
@@ -46,3 +46,11 @@ export function analyseWave(params: string) {
method: 'get'
})
}
+
+//下载波形数据
+export function downloadWave(params: string) {
+ return createAxios({
+ url: '/cs-harmonic-boot/event/getFileZip?eventId=' + params,
+ method: 'get'
+ })
+}
diff --git a/src/views/govern/device/control/analysisList/index.vue b/src/views/govern/device/control/analysisList/index.vue
index 3c3a53c..d094ec3 100644
--- a/src/views/govern/device/control/analysisList/index.vue
+++ b/src/views/govern/device/control/analysisList/index.vue
@@ -14,12 +14,10 @@
diff --git a/src/views/govern/device/planData/components/popup.vue b/src/views/govern/device/planData/components/popup.vue
index fe26230..eb56ca5 100644
--- a/src/views/govern/device/planData/components/popup.vue
+++ b/src/views/govern/device/planData/components/popup.vue
@@ -178,10 +178,9 @@