Przeglądaj źródła

优化

wulanhaote
liuminjian 3 lat temu
rodzic
commit
f92686ffac
2 zmienionych plików z 528 dodań i 784 usunięć
  1. +18
    -0
      src/api/homestead/index.js
  2. +510
    -784
      src/views/homestead/index.vue

+ 18
- 0
src/api/homestead/index.js Wyświetl plik

@@ -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
Plik diff jest za duży
Wyświetl plik


Ładowanie…
Anuluj
Zapisz