fix:修改全局搜索 搜索时按下回车后 无法跳转的问题
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user