fix: tenant disabled should hide select https://gitee.com/dapppp/ruoyi-plus-vben5/issues/IAVCBW
This commit is contained in:
parent
8e7cf4b10e
commit
bda0711bbd
@ -69,7 +69,7 @@ const formSchema = computed((): VbenFormSchema[] => {
|
||||
defaultValue: '000000',
|
||||
dependencies: {
|
||||
if: () => tenantInfo.value.tenantEnabled,
|
||||
triggerFields: [],
|
||||
triggerFields: [''],
|
||||
},
|
||||
fieldName: 'tenantId',
|
||||
label: $t('authentication.selectAccount'),
|
||||
|
Loading…
Reference in New Issue
Block a user