Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
techbook
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
front-end-dev
techbook
Commits
6890c7f4
Commit
6890c7f4
authored
Nov 01, 2019
by
anxixi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改小b未认证查看数据
parent
0417198a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
seeprojectlist.vue
src/views/seeprojects/seeprojectlist.vue
+6
-6
No files found.
src/views/seeprojects/seeprojectlist.vue
View file @
6890c7f4
...
@@ -148,11 +148,6 @@
...
@@ -148,11 +148,6 @@
};
};
api
.
selectProjects
(
params
).
then
(
response
=>
{
api
.
selectProjects
(
params
).
then
(
response
=>
{
if
(
response
.
code
==
0
)
{
if
(
response
.
code
==
0
)
{
if
(
response
.
msg
==
'false'
){
this
.
stateauth
=
false
;
}
else
{
this
.
stateauth
=
true
;
}
this
.
projectlist
=
response
.
result
.
records
;
this
.
projectlist
=
response
.
result
.
records
;
this
.
totalListResult
=
response
.
result
.
total
;
this
.
totalListResult
=
response
.
result
.
total
;
}
else
{
}
else
{
...
@@ -178,8 +173,13 @@
...
@@ -178,8 +173,13 @@
},
},
mounted
(){
mounted
(){
if
(
this
.
$route
.
query
.
remind
){
const
empinfo
=
JSON
.
parse
(
this
.
Base64
.
decode
(
window
.
sessionStorage
.
getItem
(
"userInfo"
)));
const
empinfo
=
JSON
.
parse
(
this
.
Base64
.
decode
(
window
.
sessionStorage
.
getItem
(
"userInfo"
)));
if
(
empinfo
.
authenticationState
!=
2
){
this
.
stateauth
=
false
;
}
else
{
this
.
stateauth
=
true
;
}
if
(
this
.
$route
.
query
.
remind
){
//empType 0 小b 1 大b 2 内部用户
//empType 0 小b 1 大b 2 内部用户
if
(
empinfo
.
empType
==
1
){
if
(
empinfo
.
empType
==
1
){
api
.
tipInfo
().
then
(
response
=>
{
api
.
tipInfo
().
then
(
response
=>
{
...
...
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