Merge branch 'dev' of https://gitee.com/dapppp/ruoyi-plus-vben5 into dev
This commit is contained in:
commit
e3b0060258
@ -165,7 +165,7 @@ const [BasicDrawer, drawerApi] = useVbenDrawer({
|
||||
formApi.updateSchema([
|
||||
{ componentProps: { disabled: isUpdate.value }, fieldName: 'userName' },
|
||||
{
|
||||
dependencies: { show: () => !isUpdate.value, triggerFields: ['id'] },
|
||||
dependencies: { if: () => !isUpdate.value, triggerFields: ['id'] },
|
||||
fieldName: 'password',
|
||||
},
|
||||
]);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user