Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
frontend
/
qqxb-self-service
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ecd18f1d
authored
Jun 08, 2020
by
展昭
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update
parent
cf955aab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/ChooseCompany.vue
src/views/ChooseCompany.vue
View file @
ecd18f1d
...
...
@@ -21,7 +21,7 @@ import { Component } from "vue-property-decorator";
})
export
default
class
workInfo
extends
Vue
{
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{
// return window.atob(decodeURI(this.id_no_encrytion));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment