Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ce507663
authored
2022-11-23 17:44:36 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:业务申请
1 parent
031fc89b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
src/views/ywbl/ywsq/ywsq.vue
src/views/ywbl/ywsq/ywsq.vue
View file @
ce50766
...
...
@@ -18,8 +18,8 @@
<div
class=
"right-type el-card box-card is-always-shadow"
v-if=
"n == -1"
>
<div
class=
"right-title"
>
登记类型
</div>
<ul
class=
"type-content"
>
<li
:class=
"item.cselect ? 'cactive' : ''"
@
click=
"handleDjlxSelect(item)"
v-for=
"(item, index) in djlxList
"
:key=
"index"
>
<li
:class=
"item.cselect ? 'cactive' : ''"
@
dblclick=
"handleDjqxItem(item)"
@
click=
"handleDjlxSelect(item)
"
v-for=
"(item, index) in djlxList"
:key=
"index"
>
<p>
{{
item
.
nodename
}}
</p>
...
...
@@ -218,6 +218,19 @@ export default {
}
this
.
djqxList
=
[]
},
handleDjqxItem
(
item
)
{
this
.
djlxList
.
forEach
(
item
=>
{
item
.
cselect
=
false
})
console
.
log
(
item
);
if
(
item
.
sffqlc
==
1
)
{
this
.
djywbm
=
item
.
djywbm
this
.
bsmSqyw
=
item
.
bsmSqyw
item
.
cselect
=
true
this
.
isDialog
=
true
this
.
btnDisabled
=
true
}
},
handleSelectItem
(
item
,
list
)
{
this
.
handleSelectYw
(
item
,
list
)
this
.
isDialog
=
true
...
...
Please
register
or
sign in
to post a comment