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
1eb03185
authored
2020-12-15 18:55:57 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
多幢合并
1 parent
431f8adf
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
src/api/dz.js
src/views/panel/change/hb/index.vue
src/api/dz.js
View file @
1eb0318
...
...
@@ -97,3 +97,13 @@ export function saveDzFg(data) {
data
:
data
,
})
}
/**
* 多幢合并保存
*/
export
function
saveDzHb
(
data
)
{
return
request
({
url
:
'/bg/dzSplitMerge/dzHb'
,
method
:
'post'
,
data
:
data
,
})
}
...
...
src/views/panel/change/hb/index.vue
View file @
1eb0318
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment