mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-08 07:31:09 +08:00
fix: tenant disabled should hide select https://gitee.com/dapppp/ruoyi-plus-vben5/issues/IAVCBW
This commit is contained in:
@@ -69,7 +69,7 @@ const formSchema = computed((): VbenFormSchema[] => {
|
||||
defaultValue: '000000',
|
||||
dependencies: {
|
||||
if: () => tenantInfo.value.tenantEnabled,
|
||||
triggerFields: [],
|
||||
triggerFields: [''],
|
||||
},
|
||||
fieldName: 'tenantId',
|
||||
label: $t('authentication.selectAccount'),
|
||||
|
||||
Reference in New Issue
Block a user