Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
Overview
Overview
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
吴迪
gs1
Commits
8ce86f60
Commit
8ce86f60
authored
Dec 28, 2021
by
Jianli Ou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
一期隐藏检测校准申请菜单和个人中心首页的检测校准申请相关内容
parent
bca2d64f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
10 deletions
+18
-10
checkSearchTable.vue
src/views/MyManage/Admin/checkSearchTable.vue
+18
-10
No files found.
src/views/MyManage/Admin/checkSearchTable.vue
View file @
8ce86f60
...
...
@@ -69,18 +69,14 @@ export default {
name
:
"CheckSearchTable"
,
components
:
{
CertificationDetail
},
props
:
{
query
:
Object
},
created
()
{
this
.
isAdminBranch
=
JSON
.
parse
(
localStorage
.
getItem
(
'gs-user'
)).
type
===
'adminBranch'
if
(
this
.
isAdminBranch
)
this
.
search
.
branchCode
=
String
(
JSON
.
parse
(
localStorage
.
getItem
(
'loginInfo'
)).
levels
)
this
.
search
.
logout_flag
=
this
.
query
.
status
===
'3'
?
''
:
this
.
query
.
status
if
(
this
.
query
.
type
===
'new'
)
{
// TODO 查询新增
this
.
getAuditList
()
}
else
{
// TODO 查询变更
this
.
getAuditList
()
watch
:
{
query
:
function
()
{
this
.
init
()
}
},
created
()
{
this
.
init
()
},
data
()
{
return
{
isAdminBranch
:
false
,
...
...
@@ -238,6 +234,18 @@ export default {
this
.
result
=
result
.
data
.
list
this
.
page
=
{
pageSize
:
10
,
currPage
:
result
.
data
.
currPage
,
total
:
result
.
data
.
totalCount
}
this
.
loading
=
false
},
init
()
{
this
.
isAdminBranch
=
JSON
.
parse
(
localStorage
.
getItem
(
'gs-user'
)).
type
===
'adminBranch'
if
(
this
.
isAdminBranch
)
this
.
search
.
branchCode
=
String
(
JSON
.
parse
(
localStorage
.
getItem
(
'loginInfo'
)).
levels
)
this
.
search
.
logout_flag
=
this
.
query
.
status
===
'3'
?
''
:
this
.
query
.
status
if
(
this
.
query
.
type
===
'new'
)
{
// TODO 查询新增
this
.
getAuditList
()
}
else
{
// TODO 查询变更
this
.
getAuditList
()
}
}
},
}
...
...
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