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
a39dbdc6
Commit
a39dbdc6
authored
Dec 17, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
涉及gsid 删掉
parent
e120b942
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
index.vue
src/views/threeViolations/homePage/index.vue
+6
-0
No files found.
src/views/threeViolations/homePage/index.vue
View file @
a39dbdc6
...
...
@@ -711,6 +711,7 @@
initFxgk
()
{
let
params
=
{}
params
[
this
.
menusItems
[
this
.
active
][
'type'
]]
=
this
.
menusItems
[
this
.
active
][
'id'
]
Object
.
keys
(
params
).
includes
(
'gsId'
)
&&
(
delete
params
.
gsId
)
this
.
$post
(
'aqgl/homepage/fxgk'
,
params
).
then
(
res
=>
{
this
.
fxgkList
=
res
.
data
.
records
||
[]
})
...
...
@@ -720,6 +721,7 @@
initAqts
()
{
let
params
=
{}
params
[
this
.
menusItems
[
this
.
active
][
'type'
]]
=
this
.
menusItems
[
this
.
active
][
'id'
]
Object
.
keys
(
params
).
includes
(
'gsId'
)
&&
(
delete
params
.
gsId
)
this
.
$post
(
'aqgl/homepage/aqts'
,
params
).
then
(
res
=>
{
this
.
aqts
=
res
.
data
.
records
||
0
})
...
...
@@ -731,6 +733,7 @@
initEyjgl
()
{
let
params
=
{}
params
[
this
.
menusItems
[
this
.
active
][
'type'
]]
=
this
.
menusItems
[
this
.
active
][
'id'
]
Object
.
keys
(
params
).
includes
(
'gsId'
)
&&
(
delete
params
.
gsId
)
this
.
$post
(
'aqgl/homepage/yjgl'
,
params
).
then
(
res
=>
{
let
records
=
res
.
data
.
records
let
KeyList
=
Object
.
keys
(
records
)
...
...
@@ -744,6 +747,7 @@
initEaqpx
()
{
let
params
=
{}
params
[
this
.
menusItems
[
this
.
active
][
'type'
]]
=
this
.
menusItems
[
this
.
active
][
'id'
]
Object
.
keys
(
params
).
includes
(
'gsId'
)
&&
(
delete
params
.
gsId
)
this
.
$post
(
'aqgl/homepage/aqpx'
,
params
).
then
(
res
=>
{
let
records
=
res
.
data
.
records
||
[]
if
((
'公司级'
in
records
)
==
false
)
{
...
...
@@ -783,6 +787,7 @@
initlzgl
()
{
let
params
=
{}
params
[
this
.
menusItems
[
this
.
active
][
'type'
]]
=
this
.
menusItems
[
this
.
active
][
'id'
]
Object
.
keys
(
params
).
includes
(
'gsId'
)
&&
(
delete
params
.
gsId
)
this
.
$post
(
'aqgl/homepage/lzgl'
,
params
).
then
(
res
=>
{
let
records
=
_
.
cloneDeep
(
res
.
data
.
records
||
[])
let
keyList
=
Object
.
keys
(
records
)
...
...
@@ -979,6 +984,7 @@
inityhpc
()
{
let
params
=
{}
params
[
this
.
menusItems
[
this
.
active
][
'type'
]]
=
this
.
menusItems
[
this
.
active
][
'id'
]
Object
.
keys
(
params
).
includes
(
'gsId'
)
&&
(
delete
params
.
gsId
)
this
.
$post
(
'aqgl/homepage/yhpc'
,
params
).
then
(
res
=>
{
let
records
=
res
.
data
.
records
let
xData
=
[
'人员违章'
,
'设备设施'
,
'环境影响'
,
'管理缺陷'
]
...
...
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