提交 dbdf7b28 作者: 毛细亚

移除summaryList.vue中accountSelect的watch监听

上级 c5c929d9
...@@ -56,20 +56,6 @@ import noContent from '@/components/noContent.vue' ...@@ -56,20 +56,6 @@ import noContent from '@/components/noContent.vue'
...mapState('game', ['accountSelect']), ...mapState('game', ['accountSelect']),
...mapState('user', ['external_userid']), ...mapState('user', ['external_userid']),
}, },
watch: {
accountSelect(newVal, oldVal) {
if (newVal && newVal !== '') {
this.pageInfo = {
page: 0,
page_size: 20,
total: 0
}
this.isloadMore = true
this.messageList = []
this.requestDataList()
}
}
},
mounted() { mounted() {
this.pageInfo = { this.pageInfo = {
page: 0, page: 0,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论