Commit 5f325060 by 陈超

T

parent a2349c73
...@@ -358,12 +358,16 @@ ...@@ -358,12 +358,16 @@
onSure: function() { onSure: function() {
this.$refs.filter.toggle() this.$refs.filter.toggle()
this.selected = this.conditions this.selected = this.conditions
this.loading = true
this.onLoad()
}, },
onReset: function() { onReset: function() {
this.$refs.filter.toggle(); this.$refs.filter.toggle();
this.onCategory('', '') this.onCategory('', '')
this.onBuy('', '') this.onBuy('', '')
this.loading = true
this.onLoad()
}, },
onLoad: function() { onLoad: function() {
let that = this let that = this
......
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