Commit 77e57ac8 by gao_yingdong

单点登录

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