|
@@ -116,8 +116,8 @@ export default {
|
|
auditingApi.exportXlsReport(formData).then(function (response) {
|
|
auditingApi.exportXlsReport(formData).then(function (response) {
|
|
var jsonData = response.data;
|
|
var jsonData = response.data;
|
|
if(jsonData.result){
|
|
if(jsonData.result){
|
|
- var url = "http://localhost:8086/comparison-server/static/" + jsonData.data;
|
|
|
|
- // var url = "http://192.168.15.99:8080/comparison-server/static/" + jsonData.data;
|
|
|
|
|
|
+ // var url = "http://localhost:8086/comparison-server/static/" + jsonData.data;
|
|
|
|
+ var url = "http://192.168.15.99:8080/comparison-server/static/" + jsonData.data;
|
|
|
|
|
|
self.$message({
|
|
self.$message({
|
|
showClose: true,
|
|
showClose: true,
|