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
aa533247
authored
2020-11-02 17:07:07 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat():办理查询数据
1 parent
4669efef
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
12 deletions
src/store/index.js
src/views/panel/add/index.vue
src/views/panel/modify/index.vue
src/views/systemZD/mjftb/index.vue
src/store/index.js
View file @
aa53324
...
...
@@ -39,6 +39,7 @@ const store = new Vuex.Store({
zrzbsm
:
''
,
zjlxList
:
[],
gyfsList
:
[],
hbsm
:
''
},
modules
:
{
user
,
...
...
src/views/panel/add/index.vue
View file @
aa53324
...
...
@@ -116,13 +116,20 @@
//点击办理
handleClick
(
row
)
{
let
path
=
""
;
switch
(
row
.
lx
)
{
case
"自然幢"
:
console
.
log
(
row
)
switch
(
row
.
dylx
)
{
case
"zrz"
:
path
=
"/zrz"
;
this
.
$store
.
state
.
zrzbsm
=
row
.
glbsm
;
break
;
case
"
宗地
"
:
case
"
zd
"
:
path
=
"/zd"
;
this
.
$store
.
state
.
zdbsm
=
row
.
glbsm
break
;
case
"h"
:
path
=
"h"
;
this
.
$store
.
state
.
hbsm
=
row
.
glbsm
type
=
"2"
;
default
:
break
;
}
...
...
src/views/panel/modify/index.vue
View file @
aa53324
...
...
@@ -122,31 +122,34 @@
case
"自然幢"
:
path
=
"/zrz"
;
type
=
"1"
;
this
.
$store
.
state
.
zrzbsm
=
row
.
glbsm
;
break
;
case
"zd"
:
path
=
"/zd"
;
type
=
"0"
;
this
.
$store
.
state
.
zdbsm
=
row
.
glbsm
break
;
case
"户"
:
path
=
"h"
;
this
.
$store
.
state
.
hbsm
=
row
.
glbsm
type
=
"2"
;
default
:
break
;
}
var
data
=
{
"id"
:
id
,
"type"
:
type
};
var
data
=
{
"id"
:
id
,
"type"
:
type
};
updateQsztByBsm
(
data
)
.
then
((
res
=>
{
if
(
res
.
code
==
200
)
{
.
then
((
res
=>
{
if
(
res
.
code
==
200
)
{
this
.
$message
({
message
:
res
.
message
,
type
:
"success"
,
});
});
}
else
{
this
.
$message
({
message
:
res
.
message
,
type
:
"warning"
,
});
}
this
.
$message
({
message
:
res
.
message
,
type
:
"warning"
,
});
}
}))
this
.
$router
.
push
(
path
);
},
...
...
src/views/systemZD/mjftb/index.vue
View file @
aa53324
...
...
@@ -219,6 +219,7 @@
td
{
text-align
:
center
;
height
:
36px
;
min-width
:
50px
;
}
table
.formInput
{
...
...
Please
register
or
sign in
to post a comment