Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BCDH-APP
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
首开风险隐患双控平台
BCDH-APP
Commits
e21c1c81
Commit
e21c1c81
authored
Nov 15, 2021
by
13841799530
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
责任单位不禁用问题
解润东 2021111502
parent
923f750c
Pipeline
#7131
passed with stage
in 10 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
src/views/checked/problem/formwork/index.vue
src/views/checked/problem/formwork/index.vue
+2
-2
src/views/checked/problem/index.vue
src/views/checked/problem/index.vue
+1
-0
src/views/checked/problem/list/index.vue
src/views/checked/problem/list/index.vue
+3
-1
No files found.
src/views/checked/problem/formwork/index.vue
View file @
e21c1c81
...
@@ -105,7 +105,7 @@ export default {
...
@@ -105,7 +105,7 @@ export default {
/* 不合格跳转传参回显到检查问题清单 */
/* 不合格跳转传参回显到检查问题清单 */
noGrage
(
item2
){
noGrage
(
item2
){
//通过禁用状态来判断是否可以跳转
//通过禁用状态来判断是否可以跳转
if
(
item2
.
isDisabled
==
false
&&
this
.
finish
!=
'
true
'
){
//
if(item2.isDisabled==false&&this.finish!='true'){
this
.
$router
.
push
({
this
.
$router
.
push
({
name
:
'
list
'
,
name
:
'
list
'
,
query
:{
query
:{
...
@@ -117,7 +117,7 @@ export default {
...
@@ -117,7 +117,7 @@ export default {
checkBasis
:
item2
.
checkBasis
,
//法律依据
checkBasis
:
item2
.
checkBasis
,
//法律依据
}
}
})
})
}
//
}
}
}
}
}
}
}
...
...
src/views/checked/problem/index.vue
View file @
e21c1c81
...
@@ -108,6 +108,7 @@ export default {
...
@@ -108,6 +108,7 @@ export default {
deptIdList
:
nums
.
deptIdList
,
deptIdList
:
nums
.
deptIdList
,
deptNameList
:
nums
.
deptNameList
deptNameList
:
nums
.
deptNameList
}
}
sessionStorage
.
setItem
(
'
projectFlag
'
,
nums
.
projectFlag
)
this
.
$router
.
push
({
name
:
'
list
'
,
query
:{
id
:
this
.
id
,
obj
:
JSON
.
stringify
(
obj
)}})
this
.
$router
.
push
({
name
:
'
list
'
,
query
:{
id
:
this
.
id
,
obj
:
JSON
.
stringify
(
obj
)}})
},
},
note
(){
note
(){
...
...
src/views/checked/problem/list/index.vue
View file @
e21c1c81
...
@@ -119,10 +119,12 @@ export default {
...
@@ -119,10 +119,12 @@ export default {
if
(
this
.
$route
.
query
.
id
){
if
(
this
.
$route
.
query
.
id
){
this
.
id
=
this
.
$route
.
query
.
id
this
.
id
=
this
.
$route
.
query
.
id
var
obj
=
JSON
.
parse
(
this
.
$route
.
query
.
obj
)
var
obj
=
JSON
.
parse
(
this
.
$route
.
query
.
obj
)
this
.
Isvalue
=
obj
.
projectFlag
this
.
ids
=
obj
.
deptIdList
this
.
ids
=
obj
.
deptIdList
this
.
value
=
obj
.
deptNameList
.
join
(
'
/
'
)
this
.
value
=
obj
.
deptNameList
.
join
(
'
/
'
)
}
}
if
(
sessionStorage
.
getItem
(
'
projectFlag
'
)){
this
.
Isvalue
=
sessionStorage
.
getItem
(
'
projectFlag
'
)
==
'
true
'
?
true
:
false
}
if
(
this
.
$route
.
query
.
name
==
'
formwork
'
){
if
(
this
.
$route
.
query
.
name
==
'
formwork
'
){
// this.problemName=this.$route.query.checkitem,//检查项目
// this.problemName=this.$route.query.checkitem,//检查项目
this
.
problemDescribe
=
this
.
$route
.
query
.
checkContent
,
//检查内容
this
.
problemDescribe
=
this
.
$route
.
query
.
checkContent
,
//检查内容
...
...
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