提交 fd5932f7 authored 作者: 钟是志's avatar 钟是志

29087 北电]学工h5-新生入学资助申请,申请页面修改

上级 582db185
......@@ -407,6 +407,12 @@ export default class TableCom extends Component {
dataFilter = ['Select', 'Radio', 'Checkbox', 'Cascader'];
getData = (json, dataColumn, obj, init) => {
const { formKey, uuid } = this.props;
let jsonStatic = json;
json = {
...jsonStatic,
...getActiveJson(formKey, uuid),
};
let allValues = deepCopy(obj);
preHandle(allValues);
allValues = JSON.stringify(allValues);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论