소스 검색

系统告警BUG修改

wukai 1 년 전
부모
커밋
c41ef3d6a1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/system/alarm/index.vue

+ 1 - 1
src/views/system/alarm/index.vue

@@ -365,7 +365,7 @@ function handleDelete(row) {
 /** 导出按钮操作 */
 function handleExport() {
   proxy.download(
-    'alarm/alarm/export',
+    'system/alarm/export',
     {
       ...queryParams.value
     },