提交 eb476c72 编写于 作者: WodahsOrez's avatar WodahsOrez

Revert "zk——app-picker组件"

This reverts commit 2dd7c0d9.
上级 909a3122
......@@ -124,16 +124,6 @@ export default class AppPicker extends Vue {
*/
public inputState: boolean = false;
/**
* 当前选择的值
*
* @type {string}
* @memberof AppAutocomplete
*/
public selectValue = "";
/**
* 项绘制
*
......@@ -270,7 +260,6 @@ export default class AppPicker extends Vue {
* @param item
*/
public onACSelect(item: any): void {
this.selectValue = item[this.deMajorField];
if (this.name) {
this.$emit('formitemvaluechange', { name: this.name, value: item.text });
}
......@@ -303,7 +292,6 @@ export default class AppPicker extends Vue {
this.onACSelect({ text: val, value: '' });
}
this.$forceUpdate();
this.curvalue = this.selectValue;
}
/**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册