Commit b8a46289 authored by 涂伟's avatar 涂伟

fix: '1.运维流程gis配置源字段显示优化2.流程节点时限配置保存逻辑优化'

parent 11fde5f2
......@@ -97,8 +97,10 @@ const AddModal = props => {
if (modalType === 'add') {
obj = { ...validate, ID: 0 };
} else {
obj = { ...validate, key: msg.ID };
obj = { ...validate, key: msg.key };
}
console.log(obj, modalType, msg, '数据啦66666666666666666666');
onSubumit(obj, modalType);
}
});
......@@ -153,7 +155,7 @@ const AddModal = props => {
<Option
value={item}
key={index}
// disabled={limitFinshNodes?.some(ele => ele === item)}
// disabled={limitFinshNodes?.some(ele => ele === item)}
>
{item}
</Option>
......
......@@ -190,7 +190,7 @@ const ConfigGIS = (props, ref) => {
});
});
res.data.AreaTaskFormData.map(i => {
i.type = '区域任务';
i.type = '工单任务';
i.TableFields.map(j => {
j.table = i.TableName;
j.type = 'areaTaskFormMapping';
......
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