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
8977d377
authored
2020-12-28 20:00:35 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://yun.pashanhoo.com:9090/renchao/CadastralSystem
2 parents
87ffdb8b
70f3d83f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
src/components/formMenu/qlr.vue
src/components/searchHead/searchHead.vue
src/components/formMenu/qlr.vue
View file @
8977d37
...
...
@@ -625,8 +625,8 @@
}
},
tableData
(){
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
[
i
].
disabled
=
item
.
mc
===
"单独所有"
;
...
...
src/components/searchHead/searchHead.vue
View file @
8977d37
...
...
@@ -26,9 +26,9 @@
@
change=
"query"
></el-input>
</el-form-item>
<el-button
type=
"primary"
@
click=
"query"
>
查询
</el-button>
<el-button
type=
"primary"
@
click=
"query"
icon=
"el-icon-search"
>
查询
</el-button>
<el-button
type=
"warning"
@
click=
"reset"
>
重置
</el-button>
<el-button
<el-button
type=
"primary"
@
click=
"moreSearch"
>
更多查询
...
...
Please
register
or
sign in
to post a comment