소스 검색

企业预测数据导出接口修改

littleblue55 1 개월 전
부모
커밋
b27389609a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/predict/predict/index.vue

+ 1 - 1
src/views/predict/predict/index.vue

@@ -389,7 +389,7 @@ export default {
     },
     /** 导出按钮操作 */
     handleExport() {
-      this.download('predict/predict/export', {
+      this.download('/predicttotal/predicttotal/export', {
         ...this.queryParams
       }, `predict_${new Date().getTime()}.xlsx`)
     }  ,