Commit 3400777a by zhaochengxiang

bug fix

parent 75f187bd
...@@ -1188,7 +1188,7 @@ const AssetAction = (props) => { ...@@ -1188,7 +1188,7 @@ const AssetAction = (props) => {
if (changedValues['数据关键用户']) { if (changedValues['数据关键用户']) {
const index = (users||[]).findIndex(item => item.pernr === changedValues['数据关键用户']); const index = (users||[]).findIndex(item => item.pernr === changedValues['数据关键用户']);
if (index !== -1) { if (index !== -1) {
form.setFieldsValue({'数据关键用户姓名': users[index].nachn}); form.setFieldsValue({'数据关键用户姓名': users[index].nachn, '数据关键用户部门': users[index].org3TXT});
} }
} }
} else if (changedValues.hasOwnProperty('业务数据Owner')) { } else if (changedValues.hasOwnProperty('业务数据Owner')) {
......
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