Commit 9a63b1f1 authored by 皮倩雯's avatar 皮倩雯

fix: '修改维保模板配置'

parent 6c2b2ce8
Pipeline #75766 passed with stages
......@@ -701,7 +701,7 @@ const AddModal = props => {
if (res.code === 0) {
let list = res.data.editFieldGroup.split(',');
let newList = list.filter(i => i && i.trim());
let data = [{ TableName: val, TableFieldNames: newList }];
let data = [{ TableName: res.data.tableName, TableFieldNames: newList }];
setFieldList(data);
}
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment