Commit ecd18f1d by 展昭

update

parent cf955aab
Showing with 1 additions and 1 deletions
...@@ -21,7 +21,7 @@ import { Component } from "vue-property-decorator"; ...@@ -21,7 +21,7 @@ import { Component } from "vue-property-decorator";
}) })
export default class workInfo extends Vue { export default class workInfo extends Vue {
private dispatch_list: any[] = []; private dispatch_list: any[] = [];
private id_no_encrytion: string = this.$route.query.id_no; private id_no_encrytion: string = this.$route.query.id_no as string;
// get id_no():string{ // get id_no():string{
// return window.atob(decodeURI(this.id_no_encrytion)); // return window.atob(decodeURI(this.id_no_encrytion));
......
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