fix: 15017
This commit is contained in:
parent
462916918c
commit
743f5b3fd7
|
@ -244,7 +244,8 @@ const save = async (step?: number) => {
|
|||
operation: typeData.data,
|
||||
selector: addModel.selector,
|
||||
selectorValues: addModel.selectorValues,
|
||||
productId: addModel.productId
|
||||
productId: addModel.productId,
|
||||
source: 'fixed'
|
||||
}
|
||||
emit('save', data, _options)
|
||||
formItemContext.onFieldChange()
|
||||
|
|
Loading…
Reference in New Issue