瀏覽代碼

优化

wulanhaote
liuminjian 3 年之前
父節點
當前提交
f92686ffac
共有 2 個檔案被更改,包括 528 行新增784 行删除
  1. +18
    -0
      src/api/homestead/index.js
  2. +510
    -784
      src/views/homestead/index.vue

+ 18
- 0
src/api/homestead/index.js 查看文件

@@ -65,6 +65,24 @@ export function landAdd(query) {
})
}

//获取区、镇、村地区
export function treeselectByUser(query) {
return request({
url: '/system/dept/treeselectByUser',
method: 'get',
params: query
})
}


//获取村的经纬度
export function deptGetId(id) {
return request({
url: '/system/dept/get/'+id,
method: 'get',

})
}





+ 510
- 784
src/views/homestead/index.vue
文件差異過大導致無法顯示
查看文件


Loading…
取消
儲存