|
|
|
@ -1930,7 +1930,7 @@ export default {
|
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
queryRecordList(landListedId) { |
|
|
|
|
queryRecord({landListedId: landListedId}).then((response) => { |
|
|
|
|
queryRecord({landListedId: landListedId,size:9999}).then((response) => { |
|
|
|
|
if (response.data.success) { |
|
|
|
|
let index = 0; |
|
|
|
|
this.landRecord = response.data.data.records; |
|
|
|
|