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