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.$get('/stat/search', param).then(res => {
this.firstShow = false this.firstShow = false
this.nextLoading = false this.nextLoading = false
this.jumpLoading = false
if (res.code === 200) { if (res.code === 200) {
this.tableData = this.tableData.concat(res.data.list) this.tableData = this.tableData.concat(res.data.list)
if (!this.tableData.length) { if (!this.tableData.length) {

View File

@@ -99,7 +99,6 @@
<vueQr <vueQr
:text="item" :text="item"
:size="2000" :size="2000"
:logo-src="getSrc(index)"
:margin="50" :margin="50"
/> />
</el-carousel-item> </el-carousel-item>