master
parent
a7560f3663
commit
2853777ff9
|
|
@ -250,7 +250,7 @@
|
||||||
geo: {
|
geo: {
|
||||||
show: true,
|
show: true,
|
||||||
map: 'lcxz',
|
map: 'lcxz',
|
||||||
roam: true,
|
roam: false,
|
||||||
zoom: 1,
|
zoom: 1,
|
||||||
label: {
|
label: {
|
||||||
emphasis: {
|
emphasis: {
|
||||||
|
|
@ -331,6 +331,8 @@
|
||||||
{
|
{
|
||||||
type: 'scatter',
|
type: 'scatter',
|
||||||
name: 'nylx-key1',
|
name: 'nylx-key1',
|
||||||
|
zoom: 1,
|
||||||
|
roam: false,
|
||||||
coordinateSystem: 'geo',
|
coordinateSystem: 'geo',
|
||||||
stateAnimation: {
|
stateAnimation: {
|
||||||
duration: 300,
|
duration: 300,
|
||||||
|
|
@ -593,6 +595,7 @@
|
||||||
const resData = await getAgriculturalBasic({
|
const resData = await getAgriculturalBasic({
|
||||||
parent: visualizationStore.getAddresId,
|
parent: visualizationStore.getAddresId,
|
||||||
type: 1,
|
type: 1,
|
||||||
|
per_page: 100,
|
||||||
industry: historyMap.value[0]?.value,
|
industry: historyMap.value[0]?.value,
|
||||||
})
|
})
|
||||||
console.log(resData)
|
console.log(resData)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue