<el-button slot="append" icon="search" @click="handSearch" @keyup.enter="handSearch"></el-button> methods: { handSearch(){ this.items.splice(0, this.items.length); this.$store.dispatch('findNewsPage', {key: this.input}) } }
添加回答
举报
0/150
提交
取消