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
645e26d1
Commit
645e26d1
authored
Nov 04, 2021
by
13841799530
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug更改
解润东 2021110402
parent
baeabab8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
src/views/checked/problem/formwork/index.vue
src/views/checked/problem/formwork/index.vue
+1
-0
src/views/checked/problem/list/index.vue
src/views/checked/problem/list/index.vue
+6
-3
No files found.
src/views/checked/problem/formwork/index.vue
View file @
645e26d1
...
@@ -110,6 +110,7 @@ export default {
...
@@ -110,6 +110,7 @@ export default {
this
.
$router
.
push
({
this
.
$router
.
push
({
name
:
'
list
'
,
name
:
'
list
'
,
query
:{
query
:{
name
:
'
formwork
'
,
planItemId
:
item2
.
id
,
planItemId
:
item2
.
id
,
planId
:
this
.
id
,
planId
:
this
.
id
,
checkitem
:
item2
.
checkItem
,
//检查项目
checkitem
:
item2
.
checkItem
,
//检查项目
...
...
src/views/checked/problem/list/index.vue
View file @
645e26d1
...
@@ -54,6 +54,7 @@
...
@@ -54,6 +54,7 @@
:rules=
"[
{ required: true, message: '请填写问题描述' }]"
:rules=
"[
{ required: true, message: '请填写问题描述' }]"
/>
/>
<van-field
<van-field
v-if=
"islay"
v-model=
"checkBasis"
v-model=
"checkBasis"
name=
"法律依据"
name=
"法律依据"
label=
"法律依据"
label=
"法律依据"
...
@@ -106,19 +107,21 @@ export default {
...
@@ -106,19 +107,21 @@ export default {
id
:
''
,
//检查执行id
id
:
''
,
//检查执行id
ids
:[],
//下拉框选中值数组id
ids
:[],
//下拉框选中值数组id
planId
:
''
,
//不合格跳转进本页面所传列表id
planId
:
''
,
//不合格跳转进本页面所传列表id
planItemId
:
''
//不合格跳转进本页面所传列id
planItemId
:
''
,
//不合格跳转进本页面所传列id
islay
:
false
,
//是否显示法律依据
}
}
},
},
mounted
()
{
mounted
()
{
if
(
this
.
$route
.
query
.
id
){
if
(
this
.
$route
.
query
.
id
){
this
.
id
=
this
.
$route
.
query
.
id
this
.
id
=
this
.
$route
.
query
.
id
}
}
if
(
this
.
$route
.
name
==
'
list
'
&&
this
.
$route
.
query
.
checkitem
){
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
,
//检查内容
this
.
checkBasis
=
this
.
$route
.
query
.
checkBasis
//法律依据
this
.
checkBasis
=
this
.
$route
.
query
.
checkBasis
//法律依据
this
.
planId
=
this
.
$route
.
query
.
planId
this
.
planId
=
this
.
$route
.
query
.
planId
this
.
planItemId
=
this
.
$route
.
query
.
planItemId
this
.
planItemId
=
this
.
$route
.
query
.
planItemId
,
this
.
islay
=
true
}
}
this
.
init
()
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