Commit b036668a by cocomilk2012

update

parent c4d6cff0
Showing with 2 additions and 2 deletions
......@@ -122,8 +122,8 @@ export default class Index extends Vue {
this.sp_id = this.$route.query.sp_id as string;
let params = {
spId: "85",
idNo: "51090219750505229X"
spId: this.sp_id,
idNo: this.id_no
};
console.log(params);
......
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 sign in to comment