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
82e53132
Commit
82e53132
authored
Oct 29, 2021
by
薄玉虎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://git.censoft.com.cn/BCDH-HSE/bcdh-app
into develop
parents
91db2425
ea1bdbfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
8 deletions
+3
-8
src/views/checked/problem/list/index.vue
src/views/checked/problem/list/index.vue
+3
-8
No files found.
src/views/checked/problem/list/index.vue
View file @
82e53132
...
...
@@ -124,7 +124,6 @@ export default {
init
(){
getFun
(
'
check/dept/tree
'
).
then
((
Response
)
=>
{
this
.
columns
=
Response
.
data
console
.
log
(
this
.
columns
)
})
},
/* 下拉框文本溢出动画效果 */
...
...
@@ -147,7 +146,6 @@ export default {
},
/* 问题提交 */
onSubmit
(
value
){
console
.
log
(
value
)
var
pictures
=
[];
value
.
uploader
.
forEach
((
item
)
=>
{
pictures
.
push
(
item
.
content
)
...
...
@@ -203,15 +201,12 @@ export default {
//获取回显的部门值和部门id数组
this
.
value
=
""
this
.
ids
=
[]
var
valueList
=
this
.
$refs
.
apicker
.
get
Index
es
()
var
valueList
=
this
.
$refs
.
apicker
.
get
Valu
es
()
valueList
.
forEach
((
item
)
=>
{
console
.
log
(
item
)
this
.
ids
.
push
(
item
.
id
)
this
.
value
+=
item
.
text
this
.
value
+=
item
.
text
+
'
/
'
})
console
.
log
(
this
.
ids
)
console
.
log
(
this
.
value
)
// this.value = v
// this.valueId=v.value
this
.
showPicker
=
false
;
}
}
...
...
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