|
@@ -450,7 +450,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
this.loadingInstance= Loading.service(this.optionsLoad);
|
|
|
- this.$http.post(`/plan/generate/report`, params, (res) => {
|
|
|
+ this.$http.post(`/generate/report`, params, (res) => {
|
|
|
if (res && res.code == 200) {
|
|
|
// this.currentDownFun(res.data);
|
|
|
let a = document.createElement("a");
|