月球大数据地理空间分析展示平台-【前端】-月球2期前端
surprise
2023-11-27 b1e9c826c1ba48c3dc263039699636ed2ba3be4e
src/views/layer/attributeList.vue
@@ -227,7 +227,7 @@
  listData.value.name = listData.value.name.replaceAll("_", "");
  const data = await dataQuery_selectByPage(listData.value);
  if (data.code != 200) {
    return ElMessage.error("空间查询失败");
    return ElMessage.error(data.msg);
  }
  listData.value.count = data.count;