月球大数据地理空间分析展示平台-【前端】-月球2期前端
WX
2023-09-14 53ad041b13c45fd840a60fb9a4fcd890e6bdec81
修改列表没清空
已修改1个文件
2 ■■■■■ 文件已修改
src/views/plotting/plottingInquire.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/plotting/plottingInquire.vue
@@ -251,6 +251,7 @@
};
//点查询接口
const selectPoint = async (res) => {
  resultList.value = [];
  const dt = await selectByPoint(res);
  if (dt.code !== 200) {
@@ -270,6 +271,7 @@
};
//面查询接口
const selectPolygon = async (res) => {
  resultList.value = [];
  const dt = await selectByPolygon(res);
  dt.result.forEach((e) => {