Commit 77e57ac8 by gao_yingdong

单点登录

parent 2261b274
...@@ -45,6 +45,10 @@ export default { ...@@ -45,6 +45,10 @@ export default {
cphm: self.$route.query.cphm, cphm: self.$route.query.cphm,
zjhm: self.$route.query.zjhms, zjhm: self.$route.query.zjhms,
asjbh: self.$route.query.asjbh, asjbh: self.$route.query.asjbh,
hcpZjhm: self.$route.query.hcpZjhm,
mhdpZjhm: self.$route.query.mhdpZjhm,
jdZjhm: self.$route.query.jdZjhm,
wbZjhm: self.$route.query.wbZjhm,
}, },
}); });
}) })
......
...@@ -94,6 +94,11 @@ export default { ...@@ -94,6 +94,11 @@ export default {
peopleUrl:'/xzesglxx/queryThcTcxRy' peopleUrl:'/xzesglxx/queryThcTcxRy'
}; };
}, },
created () {
if (this.$route.query.hcpZjhm) {
this.$set(this.cxFormData, 'ceco', this.$route.query.hcpZjhm)
}
},
}; };
</script> </script>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
:cxDefaultFormThead="cxDefaultFormThead" :cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl" :cxUrl="cxUrl"
:pageType="pageFlag" :pageType="pageFlag"
:peopleUrl='peopleUrl' :peopleUrl="peopleUrl"
></right-content> ></right-content>
</div> </div>
</template> </template>
...@@ -110,9 +110,14 @@ export default { ...@@ -110,9 +110,14 @@ export default {
cxUrl: "/xzes/queryHotal", cxUrl: "/xzes/queryHotal",
header: "火车票信息", header: "火车票信息",
pageFlag: "jd", pageFlag: "jd",
peopleUrl:'/xzesglxx/queryTsjTldRyS' peopleUrl: "/xzesglxx/queryTsjTldRyS",
}; };
}, },
created() {
if (this.$route.query.jdZjhm) {
this.$set(this.cxFormData, "ceco", this.$route.query.jdZjhm);
}
},
}; };
</script> </script>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
:cxDefaultFormThead="cxDefaultFormThead" :cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl" :cxUrl="cxUrl"
:pageType="pageFlag" :pageType="pageFlag"
:peopleUrl='peopleUrl' :peopleUrl="peopleUrl"
></right-content> ></right-content>
</div> </div>
</template> </template>
...@@ -85,9 +85,14 @@ export default { ...@@ -85,9 +85,14 @@ export default {
cxUrl: "/xzes/queryMhdpJbXx", cxUrl: "/xzes/queryMhdpJbXx",
header: "民航订票信息", header: "民航订票信息",
pageFlag: "mhdp", pageFlag: "mhdp",
peopleUrl:'/xzesglxx/queryThbGxry' peopleUrl: "/xzesglxx/queryThbGxry",
}; };
}, },
created() {
if (this.$route.query.mhdpZjhm) {
this.$set(this.cxFormData, "ceco", this.$route.query.mhdpZjhm);
}
},
}; };
</script> </script>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
:cxDefaultFormThead="cxDefaultFormThead" :cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl" :cxUrl="cxUrl"
:pageType="pageFlag" :pageType="pageFlag"
:peopleUrl='peopleUrl' :peopleUrl="peopleUrl"
></right-content> ></right-content>
</div> </div>
</template> </template>
...@@ -98,6 +98,11 @@ export default { ...@@ -98,6 +98,11 @@ export default {
peopleUrl: "/xzesglxx/queryTsjTwbRyS", peopleUrl: "/xzesglxx/queryTsjTwbRyS",
}; };
}, },
created() {
if (this.$route.query.wbZjhm) {
this.$set(this.cxFormData, "ceco", this.$route.query.wbZjhm);
}
},
}; };
</script> </script>
......
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