提交 9f832f99 编写于 作者: KK's avatar KK

value 调整

上级 d06b11ac
...@@ -45,7 +45,7 @@ export default class AppSearchEditor extends Vue { ...@@ -45,7 +45,7 @@ export default class AppSearchEditor extends Vue {
public itemClick(item: any) { public itemClick(item: any) {
if (this.activeItem.value == item.value) { if (this.activeItem.value == item.value) {
this.activeItem = {}; this.activeItem = {};
this.change(null); this.change({value:null});
return return
} }
this.activeItem = item; this.activeItem = item;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册