修改小问题
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
// 获取钩子函数
|
||||
const { field, getDisasterIcon } = useHiddenPoint();
|
||||
|
||||
$api.hiddenDangerSpots.getBasePoins(props.disasterType).then((res) => {
|
||||
$api.hiddenDangerSpots.getBasePoints(props.disasterType).then((res) => {
|
||||
baseHiddenPoints.value = res.data;
|
||||
});
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
// 获取钩子函数
|
||||
const { informationBoxTitle, field, getDisasterIcon } = useRiskPoint();
|
||||
|
||||
$api.riskSpots.getBasePoins().then((res) => {
|
||||
$api.riskSpots.getBasePoints().then((res) => {
|
||||
riskPoints.value = res.data;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user