Commit d1fae5ba by zhangzhijie

接口地址调整

parent 6fef470a
......@@ -147,7 +147,7 @@ export default {
methods: {
exportFile() {
request({
url: url.BaseURL + "/ywsjTj/exportDwdlTj",
url: url.rzURL + "/ywsjTj/exportDwdlTj",
params: {djsjKssj: this.formData.djsjKssj, djsjJssj: this.formData.djsjJssj, unitCode: this.formData.unitcode},
method: "get",
responseType: "blob"
......
......@@ -191,7 +191,7 @@ export default {
}
request({
url: url.BaseURL + "/ywsjTj/exportGrdlTj",
url: url.rzURL + "/ywsjTj/exportGrdlTj",
params: param,
method: "get",
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