|
@@ -273,6 +273,14 @@ function setMapMarker() {
|
|
}
|
|
}
|
|
labelList.value = []
|
|
labelList.value = []
|
|
}
|
|
}
|
|
|
|
+ if (jobUserCountMarker.value) {
|
|
|
|
+ (map as any).removeOverLay(jobUserCountMarker.value);
|
|
|
|
+ }
|
|
|
|
+ if (jobUserCountLabel.value) {
|
|
|
|
+ (map as any).removeOverLay(jobUserCountLabel.value);
|
|
|
|
+ }
|
|
|
|
+ jobUserCountMarker.value = null;
|
|
|
|
+ jobUserCountLabel.value = null;
|
|
// 重置总数
|
|
// 重置总数
|
|
labelNumberCount.value = 0;
|
|
labelNumberCount.value = 0;
|
|
|
|
|