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
34278fc2
Commit
34278fc2
authored
Nov 28, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gsid/bmid带出
parent
60bfa587
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
4 deletions
+16
-4
index.vue
src/views/daily/aqglry/index.vue
+4
-1
index.vue
src/views/daily/holdCertificate/index.vue
+5
-1
index.vue
src/views/daily/tzzyry/index.vue
+4
-1
index.vue
src/views/threeViolations/homePage/index.vue
+3
-1
No files found.
src/views/daily/aqglry/index.vue
View file @
34278fc2
...
...
@@ -102,7 +102,10 @@
/* 初始额外赋值*/
async
mounted
()
{
this
.
queryParams
.
homeCzyjType
=
this
.
$route
.
query
.
homeCzyjType
||
''
this
.
queryParams
=
{
...
this
.
queryParams
,
...
this
.
$route
.
query
}
this
.
$refs
[
'TablePager'
].
pageQuery
()
},
data
()
{
...
...
src/views/daily/holdCertificate/index.vue
View file @
34278fc2
...
...
@@ -102,7 +102,11 @@
/* 初始额外赋值*/
async
mounted
()
{
this
.
queryParams
.
homeCzyjType
=
this
.
$route
.
query
.
homeCzyjType
||
''
this
.
queryParams
=
{
...
this
.
queryParams
,
...
this
.
$route
.
query
}
this
.
$refs
[
'TablePager'
].
pageQuery
()
},
data
()
{
...
...
src/views/daily/tzzyry/index.vue
View file @
34278fc2
...
...
@@ -100,7 +100,10 @@ import {
/* 初始额外赋值*/
async
mounted
()
{
this
.
queryParams
.
homeCzyjType
=
this
.
$route
.
query
.
homeCzyjType
||
''
this
.
queryParams
=
{
...
this
.
queryParams
,
...
this
.
$route
.
query
}
this
.
$refs
[
'TablePager'
].
pageQuery
()
},
data
()
{
...
...
src/views/threeViolations/homePage/index.vue
View file @
34278fc2
...
...
@@ -480,7 +480,9 @@
'#FF7474'
:
'C'
}
/* 开始判定*/
this
.
$router
.
push
({
path
:
pathMap
[
params
.
name
],
query
:
{
homeCzyjType
:
colorMap
[
params
.
color
]
}
});
let
queryParams
=
{
homeCzyjType
:
colorMap
[
params
.
color
]}
queryParams
[
this
.
menusItems
[
this
.
active
][
'type'
]]
=
this
.
menusItems
[
this
.
active
][
'id'
]
this
.
$router
.
push
({
path
:
pathMap
[
params
.
name
],
query
:
queryParams
});
})
...
...
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