Merge pull request #2774 from dataease/pr@dev@fix_map_mapping

fix(视图-地图): 区域映射翻页后搜索功能失效
This commit is contained in:
fit2cloud-chenyw
2022-08-03 14:13:39 +08:00
committed by GitHub

View File

@@ -123,6 +123,7 @@ export default {
},
'keyWord': {
handler: function() {
this.currentPage = 1
this.buildGridList()
}
},