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
3a066138
authored
2020-12-24 14:01:26 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
4f1fe513
b6185e12
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/formMenu/qlr.vue
src/components/formMenu/qlr.vue
View file @
3a06613
...
...
@@ -565,8 +565,8 @@
}
},
created
(){
this
.
gyfsList
=
this
.
$store
.
state
.
gyfsList
;
if
(
this
.
tableData
.
length
>
1
){
this
.
gyfsList
=
this
.
$store
.
state
.
gyfsList
;
for
(
let
i
=
0
;
i
<
this
.
gyfsList
.
length
;
i
++
){
let
item
=
this
.
gyfsList
[
i
];
this
.
gyfsList
.
disabled
=
item
.
mc
===
"单独所有"
&&
item
.
bsm
===
this
.
gyfs
;
...
...
Please
register
or
sign in
to post a comment