fix:修改全局搜索 搜索时按下回车后 无法跳转的问题

This commit is contained in:
zhangyu
2022-10-20 14:08:03 +08:00
parent 02653c5552
commit 0bc76f54c3
2 changed files with 1 additions and 1 deletions

View File

@@ -419,6 +419,7 @@ export default {
this.$get('/stat/search', param).then(res => {
this.firstShow = false
this.nextLoading = false
this.jumpLoading = false
if (res.code === 200) {
this.tableData = this.tableData.concat(res.data.list)
if (!this.tableData.length) {