mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
fix: bug
This commit is contained in:
parent
b4b0c8f0cb
commit
ab03704d87
@ -241,9 +241,7 @@ function getSubscriber(
|
||||
}
|
||||
} else if (fieldName === 'initialValue') {
|
||||
if (stateList.length > 1) {
|
||||
if (!field.value) {
|
||||
field.value = undefined;
|
||||
}
|
||||
field.value = undefined;
|
||||
field.initialValue = lastState.value;
|
||||
}
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user