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
commit 7dbc0ffcc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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