From 48fe0800098064e534927dab3014e05685cb3c4a Mon Sep 17 00:00:00 2001 From: feng <1304903146@qq.com> Date: Mon, 17 Apr 2023 16:31:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=91=BD=E4=BB=A4=E8=BF=87=E6=BB=A4?= =?UTF-8?q?=E6=97=A0=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CommandFilterAcl/CommandFilterAclCreateUpdate.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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']],