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