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) {
|
||||
|
||||
@@ -99,7 +99,6 @@
|
||||
<vueQr
|
||||
:text="item"
|
||||
:size="2000"
|
||||
:logo-src="getSrc(index)"
|
||||
:margin="50"
|
||||
/>
|
||||
</el-carousel-item>
|
||||
|
||||
Reference in New Issue
Block a user