Commit ac0c60a8 authored by 刘殿昕's avatar 刘殿昕

fix综合服务应用,portal测试

parent a5e9e924
...@@ -552,7 +552,7 @@ export default { ...@@ -552,7 +552,7 @@ export default {
msg: "", msg: "",
submit: "", submit: "",
}, },
is_portal: false is_portal: false,
}; };
}, },
computed: {}, computed: {},
...@@ -621,7 +621,7 @@ export default { ...@@ -621,7 +621,7 @@ export default {
} }
} }
} else if (this.activeBtn == 1) { } else if (this.activeBtn == 1) {
} else if (this.activeBtn == 4) { } else if (this.activeBtn == 4 && this.zhyyVal != 34) {
let request = this.$refs.fwcs_zhfw_qq.getTableData(); let request = this.$refs.fwcs_zhfw_qq.getTableData();
for (let i = 0; i < request.length; i++) { for (let i = 0; i < request.length; i++) {
if ( if (
...@@ -952,7 +952,7 @@ export default { ...@@ -952,7 +952,7 @@ export default {
self.serviceUrl = data.url; self.serviceUrl = data.url;
self.skfwQqt = Number(data.data_service_type2); self.skfwQqt = Number(data.data_service_type2);
self.cover[0] = data.cover; self.cover[0] = data.cover;
this.dialogInfo.msg = `您的时空服务地址已更新为${ self.dialogInfo.msg = `您的时空服务地址已更新为${
self.serviceUrl self.serviceUrl
},服务类型更新为${ },服务类型更新为${
self.skfwRadios.find((item) => { self.skfwRadios.find((item) => {
......
...@@ -44,7 +44,7 @@ export default { ...@@ -44,7 +44,7 @@ export default {
if (data.cmd == 'appbuildermsg'){ if (data.cmd == 'appbuildermsg'){
console.log(data); console.log(data);
this.$store.commit("setAppBuilderParams", data.params); this.$store.commit("setAppBuilderParams", data.params);
this.$router.push(`/fwzc/fwcs`); this.$router.push(`/fwzc/fwcs?map=4`);
} }
}) })
}, },
......
...@@ -53,7 +53,7 @@ export default { ...@@ -53,7 +53,7 @@ export default {
if (data.cmd == 'mapviewmsg'){ if (data.cmd == 'mapviewmsg'){
console.log(data); console.log(data);
this.$store.commit("setZnztParams", data.params); this.$store.commit("setZnztParams", data.params);
this.$router.push(`/fwzc/fwcs`); this.$router.push(`/fwzc/fwcs?map=1`);
} }
// App Builder页面 -- 新窗口打开 // App Builder页面 -- 新窗口打开
if (data.cmd == 'mapviewtoapp'){ if (data.cmd == 'mapviewtoapp'){
......
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