diff --git a/src/views/acl/CommandAcl/CommandFilterAcl/CommandFilterAclCreateUpdate.vue b/src/views/acl/CommandAcl/CommandFilterAcl/CommandFilterAclCreateUpdate.vue index 2f8f3524b..7d8b03b70 100644 --- a/src/views/acl/CommandAcl/CommandFilterAcl/CommandFilterAclCreateUpdate.vue +++ b/src/views/acl/CommandAcl/CommandFilterAcl/CommandFilterAclCreateUpdate.vue @@ -12,7 +12,6 @@ import { GenericCreateUpdatePage } from '@/layout/components' import rules from '@/components/DataForm/rules' import { - UserAssetAccountFieldInitial, afterGetFormValueForHandleUserAssetAccount, cleanFormValueForHandleUserAssetAccount } from '../../common' @@ -25,8 +24,7 @@ export default { data() { return { initial: { - is_active: true, - ...UserAssetAccountFieldInitial + is_active: true }, fields: [ [this.$t('common.Basic'), ['name']],