mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-01 18:52:20 +08:00
fix: linkage rules of action (#6147)
This commit is contained in:
parent
2783e62aa5
commit
47fd34c5dd
@ -133,7 +133,7 @@ export const linkageAction = async ({
|
||||
if (await conditionAnalyses({ ruleGroup: condition, variables, localVariables })) {
|
||||
disableResult.push(false);
|
||||
} else {
|
||||
disableResult.push(field.disabled);
|
||||
disableResult.push(!!field.componentProps?.['disabled']);
|
||||
}
|
||||
field.stateOfLinkageRules = {
|
||||
...field.stateOfLinkageRules,
|
||||
|
Loading…
x
Reference in New Issue
Block a user