Commit 62c7aa0e by cocomilk2012

update

parent 85e2e8b4
Showing with 1 additions and 1 deletions
...@@ -78,7 +78,7 @@ export default class SelectIdentity extends Vue { ...@@ -78,7 +78,7 @@ export default class SelectIdentity extends Vue {
//跳转到灵活用工 //跳转到灵活用工
private toFlex_click(): void { private toFlex_click(): void {
if (this.id_no_encrytion) { if (!this.id_no_encrytion) {
this.$router.push({ this.$router.push({
name: "FlexEmployee", name: "FlexEmployee",
query: { id_no: this.id_no_encrytion } query: { id_no: 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