Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dxgaqgl-vue
Project
Project
Details
Activity
Releases
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
李苏
dxgaqgl-vue
Commits
374df58d
Commit
374df58d
authored
Dec 18, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
履职管理 跳转 调整
parent
d7eeee42
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
51 additions
and
3 deletions
+51
-3
index.vue
src/views/daily/duty/index.vue
+4
-0
index.vue
src/views/threeViolations/homePage/index.vue
+47
-3
No files found.
src/views/daily/duty/index.vue
View file @
374df58d
...
@@ -102,6 +102,10 @@
...
@@ -102,6 +102,10 @@
/* 初始额外赋值*/
/* 初始额外赋值*/
async
mounted
()
{
async
mounted
()
{
this
.
queryParams
=
{
...
this
.
queryParams
,
...
this
.
$route
.
query
}
this
.
$refs
[
'TablePager'
].
pageQuery
()
this
.
$refs
[
'TablePager'
].
pageQuery
()
},
},
data
()
{
data
()
{
...
...
src/views/threeViolations/homePage/index.vue
View file @
374df58d
...
@@ -299,7 +299,7 @@
...
@@ -299,7 +299,7 @@
</div>
</div>
<div
class=
"flex1"
@
click=
"$router.push('/dailyc/duty')"
>
<div
class=
"flex1"
>
<div
class=
"full data-box1"
>
<div
class=
"full data-box1"
>
<i
class=
"topL"
></i>
<i
class=
"topL"
></i>
<i
class=
"topR"
></i>
<i
class=
"topR"
></i>
...
@@ -385,6 +385,20 @@
...
@@ -385,6 +385,20 @@
}
}
},
},
async
mounted
()
{
async
mounted
()
{
this
.
pcMap
=
await
this
.
$match
({
url
:
"aqgl/rcgl/lzbg/init/pc"
,
match
:{
label
:
'id'
,
value
:
'name'
}
})
this
.
pcZtMap
=
await
this
.
$match
({
url
:
"aqgl/rcgl/lzbg/init/zt"
,
match
:{
label
:
'id'
,
value
:
'name'
}
})
this
.
yhlxMap
=
await
this
.
$match
({
this
.
yhlxMap
=
await
this
.
$match
({
url
:
"aqgl/yhgl/yhfl/query"
url
:
"aqgl/yhgl/yhfl/query"
})
})
...
@@ -529,9 +543,29 @@
...
@@ -529,9 +543,29 @@
this
.
$router
.
push
({
this
.
$router
.
push
({
path
:
'/dangerManagement/queryDangerRecords'
,
path
:
'/dangerManagement/queryDangerRecords'
,
query
:
queryParams
query
:
queryParams
});
})
})
/* 履职管理*/
this
.
elzgl
.
on
(
'click'
,
(
params
)
=>
{
let
pcMap
=
this
.
pcMap
||
{}
let
pcZtMap
=
this
.
pcZtMap
||
{}
let
pc
=
pcMap
[
params
.
name
]
let
zt
=
pcZtMap
[
params
.
seriesName
]
let
queryParams
=
{
ksrq
:
this
.
lzglKsrq
,
jsrq
:
this
.
lzglJsrq
,
pc
,
zt
}
this
.
$router
.
push
({
path
:
'/dailyc/duty'
,
query
:
queryParams
,
})
})
})
/* 自动 */
/* 自动 */
this
.
timer2
=
setInterval
(()
=>
{
this
.
timer2
=
setInterval
(()
=>
{
this
.
resize
()
this
.
resize
()
...
@@ -550,6 +584,8 @@
...
@@ -550,6 +584,8 @@
return
{
return
{
yhpcKsrq
:
''
,
yhpcKsrq
:
''
,
yhpcJsrq
:
''
,
yhpcJsrq
:
''
,
lzglKsrq
:
''
,
lzglJsrq
:
''
,
yhlxMap
:
{},
yhlxMap
:
{},
clztMap
:
{},
clztMap
:
{},
orgname
:
allUserInfo
.
orgname
,
orgname
:
allUserInfo
.
orgname
,
...
@@ -850,7 +886,15 @@
...
@@ -850,7 +886,15 @@
Object
.
keys
(
params
).
includes
(
'gsId'
)
&&
(
delete
params
.
gsId
)
Object
.
keys
(
params
).
includes
(
'gsId'
)
&&
(
delete
params
.
gsId
)
this
.
$post
(
'aqgl/homepage/lzgl'
,
params
).
then
(
res
=>
{
this
.
$post
(
'aqgl/homepage/lzgl'
,
params
).
then
(
res
=>
{
let
records
=
_
.
cloneDeep
(
res
.
data
.
records
||
[])
let
records
=
_
.
cloneDeep
(
res
.
data
.
records
||
[])
let
keyList
=
Object
.
keys
(
records
)
let
keyList
=
Object
.
keys
(
records
).
filter
(
key
=>
{
if
(
key
==
'ksrq'
){
this
.
lzglKsrq
=
records
[
'ksrq'
]
}
else
if
(
key
==
'jsrq'
){
this
.
lzglJsrq
=
records
[
'jsrq'
]
}
else
{
return
key
}
})
let
ywcList
=
keyList
.
map
(
key
=>
records
[
key
][
'ywcCount'
])
let
ywcList
=
keyList
.
map
(
key
=>
records
[
key
][
'ywcCount'
])
let
wwcList
=
keyList
.
map
(
key
=>
records
[
key
][
'wccCount'
])
let
wwcList
=
keyList
.
map
(
key
=>
records
[
key
][
'wccCount'
])
...
...
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