提交 e1fd3dfc 编写于 作者: tony001's avatar tony001

修复下拉数据数据加载异常 --- fix1

上级 9168843a
......@@ -260,8 +260,8 @@ export default class DropDownList extends Vue {
*/
public created() {
if(this.formState) {
this.formStateEvent = this.formState.subscribe(({ tag, action, data }) => {
if (Object.is('load', action)) {
this.formStateEvent = this.formState.subscribe(({ type, data }) => {
if (Object.is('load', type)) {
this.loadData();
}
});
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册