mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-10 20:39:48 +08:00
fix: Refresh window records should not run callout. (#437)
This commit is contained in:
parent
5259c6c408
commit
f9187f2795
@ -402,6 +402,7 @@ const windowControl = {
|
||||
parentUuid,
|
||||
containerUuid,
|
||||
newValues: response,
|
||||
isSendCallout: false,
|
||||
isSendToServer: false
|
||||
})
|
||||
}
|
||||
@ -691,6 +692,7 @@ const windowControl = {
|
||||
parentUuid,
|
||||
containerUuid,
|
||||
newValues,
|
||||
isSendCallout: false,
|
||||
isSendToServer: false
|
||||
})
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user