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
bb689111
authored
2020-10-20 09:03:04 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
添加注释
1 parent
d4a61983
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/api/zd.js
src/views/systemZD/zddcb/index.vue
src/api/zd.js
View file @
bb68911
...
...
@@ -24,7 +24,7 @@ export function insertQjZdjbxx(data) {
}
/**
*
新增宗地基本信息
*
生成宗地代码
*/
export
function
getBdcdyh
(
dpdm
,
dptype
)
{
return
request
({
...
...
src/views/systemZD/zddcb/index.vue
View file @
bb68911
...
...
@@ -330,7 +330,7 @@ export default {
},
mounted
()
{},
methods
:
{
//生成宗地代码
generatorCode
(){
getBdcdyh
(
"860101555888GB"
,
"zd"
)
.
then
((
res
)
=>
{
...
...
Please
register
or
sign in
to post a comment