Skip to content

Commit a418015

Browse files
committed
fix: bug fix
1 parent dcb24b0 commit a418015

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

frontend/src/views/system/permission/auth-tree/FilterFiled.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const props = withDefaults(defineProps<Props>(), {
3838
const { t } = useI18n()
3939
const showDel = ref(false)
4040
const keywords = ref('')
41-
const activeName = ref({})
41+
const activeName = ref()
4242
const checklist = ref<string[]>([])
4343
const filterList = ref<any[]>([])
4444

frontend/src/views/system/permission/index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,8 @@ const saveHandler = () => {
412412
})
413413
)
414414
}
415+
dialogFormVisible.value = false
415416
}
416-
dialogFormVisible.value = false
417417
}
418418
})
419419
}
@@ -498,8 +498,8 @@ const columnRules = {
498498
table_id: [
499499
{
500500
required: true,
501-
message: t('datasource.please_enter') + t('common.empty') + t('permission.rule_group_name'),
502-
trigger: 'blur',
501+
message: t('datasource.Please_select') + t('common.empty') + t('permission.set_rule'),
502+
trigger: 'change',
503503
},
504504
],
505505
}

0 commit comments

Comments
 (0)