Commit 284e48417659e2dd12970aeca31fbd08c43a2a59

Authored by 李宇
1 parent 6e6f8f63

2

Showing 2 changed files with 7 additions and 3 deletions
@@ -13,9 +13,9 @@ @@ -13,9 +13,9 @@
13 gain() { 13 gain() {
14 // const token = uni.getStorageSync("token"); 14 // const token = uni.getStorageSync("token");
15 // if (!token) return 15 // if (!token) return
16 - this.API.getplie({ 16 + this.API.getplie1({
17 pageNum: 1, 17 pageNum: 1,
18 - pageSize: 8000 18 + pageSize: 80000
19 }).then(response => { 19 }).then(response => {
20 console.log(response, '界桩') 20 console.log(response, '界桩')
21 let box1 = [] 21 let box1 = []
apis/modules/ly.js
@@ -53,10 +53,14 @@ export default { @@ -53,10 +53,14 @@ export default {
53 getpolicyDocumentone(data){ 53 getpolicyDocumentone(data){
54 return request.get('/arePlaceName/policyDocument/'+data) 54 return request.get('/arePlaceName/policyDocument/'+data)
55 }, 55 },
56 - // 行政区 56 + // 界桩
57 getplie(data){ 57 getplie(data){
58 return request.get('/areBoundary/ariesInfo/list',data) 58 return request.get('/areBoundary/ariesInfo/list',data)
59 }, 59 },
  60 + // 行政区
  61 + getplie1(data){
  62 + return request.get('/areBoundary/plie/list',data)
  63 + },
60 // 申报小区门牌 64 // 申报小区门牌
61 adddoorplate(data){ 65 adddoorplate(data){
62 return request.post('/arePlaceName/doorplate',data) 66 return request.post('/arePlaceName/doorplate',data)