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
5a0c7a52
Commit
5a0c7a52
authored
Nov 15, 2021
by
13841799530
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
e21c1c81
Pipeline
#7134
passed with stage
in 9 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
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
-1
src/views/checked/problem/note/index.vue
src/views/checked/problem/note/index.vue
+1
-1
No files found.
src/views/checked/problem/formwork/index.vue
View file @
5a0c7a52
...
...
@@ -105,7 +105,7 @@ export default {
/* 不合格跳转传参回显到检查问题清单 */
noGrage
(
item2
){
//通过禁用状态来判断是否可以跳转
//
if(item2.isDisabled==false&&this.finish!='true'){
if
(
item2
.
isDisabled
==
false
&&
this
.
finish
!=
'
true
'
){
this
.
$router
.
push
({
name
:
'
list
'
,
query
:{
...
...
@@ -117,7 +117,7 @@ export default {
checkBasis
:
item2
.
checkBasis
,
//法律依据
}
})
//
}
}
}
}
}
...
...
src/views/checked/problem/index.vue
View file @
5a0c7a52
...
...
@@ -81,6 +81,7 @@ export default {
getFun
(
'
check/carry/count
'
,{
planId
:
this
.
id
}).
then
((
Response
)
=>
{
this
.
$toast
.
clear
()
this
.
nums
=
Response
.
data
sessionStorage
.
setItem
(
'
projectFlag
'
,
Response
.
data
.
projectFlag
)
sessionStorage
.
setItem
(
'
nums
'
,
JSON
.
stringify
(
this
.
nums
))
}).
catch
(()
=>
{
this
.
$toast
.
clear
()
...
...
@@ -108,7 +109,6 @@ export default {
deptIdList
:
nums
.
deptIdList
,
deptNameList
:
nums
.
deptNameList
}
sessionStorage
.
setItem
(
'
projectFlag
'
,
nums
.
projectFlag
)
this
.
$router
.
push
({
name
:
'
list
'
,
query
:{
id
:
this
.
id
,
obj
:
JSON
.
stringify
(
obj
)}})
},
note
(){
...
...
src/views/checked/problem/note/index.vue
View file @
5a0c7a52
...
...
@@ -61,7 +61,7 @@ export default {
this
.
id
=
sessionStorage
.
getItem
(
'
noteId
'
)
}
if
(
sessionStorage
.
getItem
(
'
checkedFinish
'
)){
this
.
finish
=
sessionStorage
.
getItem
(
'
checkedFinish
'
)
this
.
finish
=
sessionStorage
.
getItem
(
'
checkedFinish
'
)
==
'
false
'
?
false
:
true
}
this
.
init
()
},
...
...
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