添加注释
Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -24,7 +24,7 @@ export function insertQjZdjbxx(data) { | ... | @@ -24,7 +24,7 @@ export function insertQjZdjbxx(data) { |
24 | } | 24 | } |
25 | 25 | ||
26 | /** | 26 | /** |
27 | * 新增宗地基本信息 | 27 | * 生成宗地代码 |
28 | */ | 28 | */ |
29 | export function getBdcdyh (dpdm,dptype) { | 29 | export function getBdcdyh (dpdm,dptype) { |
30 | return request({ | 30 | return request({ | ... | ... |
... | @@ -330,7 +330,7 @@ export default { | ... | @@ -330,7 +330,7 @@ export default { |
330 | }, | 330 | }, |
331 | mounted() {}, | 331 | mounted() {}, |
332 | methods: { | 332 | methods: { |
333 | 333 | //生成宗地代码 | |
334 | generatorCode(){ | 334 | generatorCode(){ |
335 | getBdcdyh("860101555888GB","zd") | 335 | getBdcdyh("860101555888GB","zd") |
336 | .then((res)=>{ | 336 | .then((res)=>{ | ... | ... |
-
Please register or sign in to post a comment