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