mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-09-27 08:30:16 +08:00
parent
c4938ee879
commit
101de06515
@ -685,6 +685,19 @@ const panel = {
|
|||||||
isEvaluateMandatory: false
|
isEvaluateMandatory: false
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
.then(response => {
|
||||||
|
if (response && response.length) {
|
||||||
|
dispatch('notifyPanelChange', {
|
||||||
|
parentUuid: parentUuid,
|
||||||
|
containerUuid: containerUuid,
|
||||||
|
isAdvancedQuery: false,
|
||||||
|
newValues: response[0],
|
||||||
|
isSendToServer: false,
|
||||||
|
isSendCallout: true,
|
||||||
|
panelType: 'window'
|
||||||
|
})
|
||||||
|
}
|
||||||
|
})
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
console.warn('Error getting Advanced Query (notifyFieldChange):', error.message + '. Code: ', error.code)
|
console.warn('Error getting Advanced Query (notifyFieldChange):', error.message + '. Code: ', error.code)
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user