feat(jzd):界址点
Showing
1 changed file
with
7 additions
and
5 deletions
... | @@ -14,12 +14,14 @@ export function savemjft(data) { | ... | @@ -14,12 +14,14 @@ export function savemjft(data) { |
14 | } | 14 | } |
15 | 15 | ||
16 | /** | 16 | /** |
17 | * 新增宗地基本信息 | 17 | * 查询界址点 |
18 | */ | 18 | */ |
19 | export function insertQjZdjbxx (data) { | 19 | export function queryjzd(glBsm) { |
20 | return request({ | 20 | return request({ |
21 | url: 'zd/qjZdjbxx/insertQjZdjbxx', | 21 | url: '/zd/qjJzd/getQjJzdListByGlBsm', |
22 | method: 'post', | 22 | method: 'get', |
23 | data: data, | 23 | params: { |
24 | glBsm | ||
25 | } | ||
24 | }) | 26 | }) |
25 | } | 27 | } | ... | ... |
-
Please register or sign in to post a comment