|
@@ -789,7 +789,7 @@ import "@riophae/vue-treeselect/dist/vue-treeselect.css";
|
|
|
// industryCategory: []
|
|
|
},
|
|
|
flags: false,
|
|
|
- defaultSettings,
|
|
|
+ defaultSettings:defaultSettings,
|
|
|
queryParamss:{
|
|
|
pageNum: 1,
|
|
|
pageSize: 10,
|
|
@@ -1525,7 +1525,7 @@ import "@riophae/vue-treeselect/dist/vue-treeselect.css";
|
|
|
exportf(this.queryParams).then(response => {
|
|
|
this.loadinggt= false
|
|
|
// console.log(response.msg,3)
|
|
|
- window.location.href = 'http://192.168.101.168:8010' + response.msg;
|
|
|
+ window.location.href = this.defaultSettings.urls+ response.msg;
|
|
|
// window.open('http://192.168.101.168:8010' + response.msg );
|
|
|
// this.msgSuccess("新增成功");
|
|
|
// this.opentime = false;
|
|
@@ -1551,7 +1551,7 @@ import "@riophae/vue-treeselect/dist/vue-treeselect.css";
|
|
|
exportf(this.queryParams).then(response => {
|
|
|
this.loadinggt= false
|
|
|
// console.log('http://192.168.101.168:8010' + response.msg,3)
|
|
|
- window.location.href = 'http://192.168.101.168:8010' + response.msg;
|
|
|
+ window.location.href = this.defaultSettings.urls+ response.msg;
|
|
|
// window.open('http://192.168.101.168:8010' + response.msg );
|
|
|
// this.msgSuccess("新增成功");
|
|
|
// this.opentime = false;
|