src/components/MapView/mapSpacePop.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/components/MapView/mapSpacePop.vue
@@ -446,7 +446,13 @@ const data = await dataQuerySelectByPage(this.listdata) if (data.code != 200) { this.$message.error("列表调用失败") return this.$message.error("列表调用失败") } if (data.result.length == 0) { return this.$message({ message: '未查询到转孔点数据', type: 'warning' }); } this.listdata.count = data.count; this.tableData = data.result;