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

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

上级 38968169
......@@ -977,6 +977,7 @@ import { Util } from '@/ibiz-core/utils';
this.$nextTick(() => {
this.formState.next({ type: 'load', data: data });
});
this.dataOverLoad = true;
} else if (response && response.status !== 401) {
const { error: _data } = response;
this.$notice.error(_data.message);
......
......@@ -14,7 +14,8 @@
:data="data"
:context="context"
:viewparams="viewparams"
:value="data.${editor.name}"
:value="data.${editor.name}"
:dataOverLoad="dataOverLoad"
:navigateContext ='<@getNavigateContext editor />'
:navigateParam ='<@getNavigateParams editor />'
@change="($event)=>this.data.${editor.name} = $event" />
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册