Compare commits
No commits in common. "c0eab7e896571916d058f856c8564b5e49f19678" and "bfe98175440daaaa1884d131067de2e61dbdfd17" have entirely different histories.
c0eab7e896
...
bfe9817544
|
@ -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)
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue