Commit f5b08422 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 3f7ce677
...@@ -404,7 +404,8 @@ ...@@ -404,7 +404,8 @@
popHandleChange(e) { popHandleChange(e) {
this.typeId = e.typeId this.typeId = e.typeId
if (this.$refs.paging != null) { if (this.$refs.paging != null) {
this.$refs.paging.reload(); // this.$refs.paging.reload();
this.$refs.paging.refresh();
} }
}, },
handleBanner(item) { handleBanner(item) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment