数据更新后,刷新页面

This commit is contained in:
haiyangcui
2020-11-22 20:57:27 +01:00
parent 93e76db444
commit e1f7044ae0

View File

@@ -513,6 +513,10 @@ export default {
this.list.push(res)
}
$state.loaded()
// 数据更新后,刷新页面
if (this.$refs.filmWaterfall) {
this.$refs.filmWaterfall.refresh()
}
} else {
$state.complete()
this.statusText = '暂无数据'