Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
3d63876f
authored
2021-01-11 09:48:59 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
权利性质校验完善
1 parent
22eeaff5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/components/formMenu/qlxz.vue
src/components/formMenu/qlxz.vue
View file @
3d63876
...
...
@@ -715,10 +715,10 @@ export default {
countList
:
{
handler
:
function
(
newVal
,
oldVal
)
{
newVal
.
forEach
((
i
,
ind
)
=>
{
if
(
i
.
qlxzdm
!=
''
&&
i
.
qlxzdm
!=
null
){
this
.
$refs
.
qlxzdm
[
ind
].
$el
.
style
.
border
=
""
}
i
.
list
.
forEach
((
item
,
index
)
=>
{
if
(
item
.
qlxzdm
!=
''
&&
item
.
qlxzdm
!=
null
){
this
.
$refs
.
qlxzdm
[
ind
].
$el
.
style
.
border
=
""
}
if
(
item
.
sjytdm
!=
''
&&
item
.
sjytdm
!=
null
){
this
.
$refs
.
sjytdm
[
ind
].
$el
.
style
.
border
=
""
}
...
...
Please
register
or
sign in
to post a comment