修改地块
This commit is contained in:
parent
9786978f3f
commit
cba68e8cf8
@ -3,7 +3,6 @@ import request from '@/utils/request'
|
|||||||
|
|
||||||
// 查询列表
|
// 查询列表
|
||||||
export function getLandList(data) {
|
export function getLandList(data) {
|
||||||
console.log(data)
|
|
||||||
return request({
|
return request({
|
||||||
url: '/system/land/app/getLandList',
|
url: '/system/land/app/getLandList',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
|
@ -381,7 +381,6 @@
|
|||||||
store
|
store
|
||||||
.dispatch("getLandNum")
|
.dispatch("getLandNum")
|
||||||
.then(res => {
|
.then(res => {
|
||||||
console.log(res)
|
|
||||||
this.landInfo.landNum = res.data.landNum
|
this.landInfo.landNum = res.data.landNum
|
||||||
this.landInfo.orderNum = res.data.orderNum
|
this.landInfo.orderNum = res.data.orderNum
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user