fix: 15017

This commit is contained in:
100011797 2023-06-05 18:29:46 +08:00
parent 462916918c
commit 743f5b3fd7
1 changed files with 2 additions and 1 deletions

View File

@ -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()