Commit d1fae5ba by zhangzhijie

接口地址调整

parent 6fef470a
...@@ -147,7 +147,7 @@ export default { ...@@ -147,7 +147,7 @@ export default {
methods: { methods: {
exportFile() { exportFile() {
request({ request({
url: url.BaseURL + "/ywsjTj/exportDwdlTj", url: url.rzURL + "/ywsjTj/exportDwdlTj",
params: {djsjKssj: this.formData.djsjKssj, djsjJssj: this.formData.djsjJssj, unitCode: this.formData.unitcode}, params: {djsjKssj: this.formData.djsjKssj, djsjJssj: this.formData.djsjJssj, unitCode: this.formData.unitcode},
method: "get", method: "get",
responseType: "blob" responseType: "blob"
......
...@@ -191,7 +191,7 @@ export default { ...@@ -191,7 +191,7 @@ export default {
} }
request({ request({
url: url.BaseURL + "/ywsjTj/exportGrdlTj", url: url.rzURL + "/ywsjTj/exportGrdlTj",
params: param, params: param,
method: "get", method: "get",
responseType: "blob" responseType: "blob"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment