提交 5f1772d8 编写于 作者: 邱定凯's avatar 邱定凯

update: 更新表单服务数据加载

上级 cbb40102
......@@ -165,7 +165,6 @@ export class EditFormService<T extends ControlVOBase> extends ControlServiceBase
if (response && response.status === 200) {
const items: any[] = [];
response.data.forEach((item: any) => {
item = this.newControlVO(item);
item[deName] = item[deKeyField];
items.push(item);
});
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册