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
d2e7a54e
authored
2020-10-19 17:12:35 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
赋值修改
1 parent
b3fe47ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
src/views/systemZD/jzd/index.vue
src/views/systemZD/jzd/index.vue
View file @
d2e7a54
...
...
@@ -191,13 +191,14 @@
// 该标识码继承过来
let
bsm
=
'401044005bad0557d5e3787239d8e18e'
;
queryjzd
(
bsm
).
then
(
res
=>
{
this
.
jzdlist
=
res
.
result
;
for
(
let
i
=
0
;
i
<
this
.
jzdlis
t
.
length
;
i
++
)
{
this
.
jzdlis
t
[
i
][
'isCheck'
]
=
false
;
this
.
jzdlis
t
[
i
][
'iszb'
]
=
'readonly'
;
this
.
jzdlis
t
[
i
][
'jbisdisabled'
]
=
true
;
this
.
jzdlis
t
[
i
][
'jzdisdisabled'
]
=
true
;
debugger
for
(
let
i
=
0
;
i
<
res
.
resul
t
.
length
;
i
++
)
{
res
.
resul
t
[
i
][
'isCheck'
]
=
false
;
res
.
resul
t
[
i
][
'iszb'
]
=
'readonly'
;
res
.
resul
t
[
i
][
'jbisdisabled'
]
=
true
;
res
.
resul
t
[
i
][
'jzdisdisabled'
]
=
true
;
}
this
.
jzdlist
=
res
.
result
;
})
},
methods
:
{
...
...
Please
register
or
sign in
to post a comment