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
c8e4def8
authored
2020-11-26 09:02:43 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
户查询编辑
1 parent
fda0ca9f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
src/libs/fliter.js
src/views/panel/search/index.vue
src/libs/fliter.js
View file @
c8e4def
...
...
@@ -38,6 +38,10 @@ let bdcLxArray = [
value
:
"h1"
,
},
{
label
:
"户"
,
value
:
"h"
,
},
{
label
:
"多幢"
,
value
:
"dz"
,
},
...
...
src/views/panel/search/index.vue
View file @
c8e4def
...
...
@@ -145,6 +145,7 @@
this
.
$store
.
state
.
dzbsm
=
row
.
glbsm
;
path
=
"/dz"
;
break
;
case
"h"
:
case
"h0"
:
case
"h1"
:
this
.
hbsm
=
row
.
glbsm
;
...
...
Please
register
or
sign in
to post a comment