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
96c84786
authored
2020-11-23 08:49:10 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
多幢
1 parent
334c33ea
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
src/api/dz.js
src/views/panel/search/index.vue
src/views/systemDZ/dzxx/index.vue
src/api/dz.js
View file @
96c8478
...
...
@@ -29,7 +29,7 @@ export function getBdcdyh (dpdm,dptype) {
*/
export
function
saveDzInfo
(
data
)
{
return
request
({
url
:
'/fw/qj
Zrz/updateQjZr
z'
,
url
:
'/fw/qj
Dz/updateQjD
z'
,
method
:
'put'
,
data
:
data
})
...
...
@@ -38,9 +38,9 @@ export function saveDzInfo (data) {
/**
* 保存自然幢信息
*/
export
function
get
Zr
zDetailByBsm
(
data
)
{
export
function
get
D
zDetailByBsm
(
data
)
{
return
request
({
url
:
'/fw/qj
Zrz/getQjZrzDetailById
'
,
url
:
'/fw/qj
Dz/getDzDetailByBsm
'
,
method
:
'get'
,
params
:{
id
:
data
...
...
src/views/panel/search/index.vue
View file @
96c8478
...
...
@@ -116,6 +116,10 @@
this
.
$store
.
state
.
zdbsm
=
row
.
glbsm
;
path
=
"/zd"
;
break
;
case
"dz"
:
this
.
$store
.
state
.
dzbsm
=
row
.
glbsm
;
path
=
"/dz"
;
break
;
default
:
break
;
}
...
...
src/views/systemDZ/dzxx/index.vue
View file @
96c8478
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment