Commit 15ff5ba8 authored by zhengke's avatar zhengke

修改

parent d79d5a60
...@@ -88,9 +88,10 @@ ...@@ -88,9 +88,10 @@
}, },
methods: { methods: {
clickHandler(item) { clickHandler(item) {
console.log(item,'item');
this.clickItem={}; this.clickItem={};
this.clickItem = item; this.$nextTick(function(){
this.clickItem = 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