Sign in
简柏林
/
thingskit-view
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
4abff9732196e76b16e18137fbe4b5162c499e86
Authored by
fengwotao
2023-10-25 17:17:14 +0800
1 parent
a319a226
fix(src/api/external): 修改地图下钻,如果先点击省份,飞线存在问题
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/packages/components/external/Charts/Maps/OverrideMapBase/index.vue
src/packages/components/external/Charts/Maps/OverrideMapBase/index.vue
View file @
4abff97
...
...
@@ -314,7 +314,8 @@ watch(
314
314
}
315
315
},
316
316
{
317
-
deep: false
317
+
deep: false,
318
+
immediate: true,
318
319
}
319
320
)
320
321
...
...