Compare commits

..

No commits in common. "c0eab7e896571916d058f856c8564b5e49f19678" and "bfe98175440daaaa1884d131067de2e61dbdfd17" have entirely different histories.

1 changed files with 0 additions and 4 deletions

View File

@ -69,7 +69,6 @@ export default {
'LastName', 'LastName',
'EMail', 'EMail',
'Phone', 'Phone',
'Status',
'OrganizationName', 'OrganizationName',
'PositionName', 'PositionName',
'DepartmentName', 'DepartmentName',
@ -93,9 +92,6 @@ export default {
value: obj[key], value: obj[key],
prop: key, prop: key,
} }
if (key === 'Status') {
o.value = this.$fd('IsUserEnable', obj[key])
}
curData.push(o) curData.push(o)
} }
}) })