提交 dfd3139e 编写于 作者: Neuromancer255's avatar Neuromancer255

下拉列表(单选)加载表单项调整

上级 e1fa704f
......@@ -50,6 +50,23 @@ export default class AppSelect extends Vue {
this.$emit("change", value.detail.value);
}
/**
* 监听表单请求完成
* @memberof AppSelectDropDown
*/
@Watch("dataOverLoad")
onDataOverLoadChange(newVal: any, oldVal: any){
this.load();
}
/**
* 表单请求完成
*
* @type {*}
* @memberof AppSelectDropDown
*/
@Prop() public dataOverLoad?: any;
/**
* change事件
*
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册