fix currentValueType

This commit is contained in:
wang-liang0615 2023-07-20 15:30:12 +08:00
parent d8a62fc885
commit 095d3b2cfb
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ export default {
const { attr_id } = await createAttribute({ ...values, option: { fontOptions } })
this.form.resetFields()
this.currentValueType = '0'
this.currentValueType = '2'
this.$refs.preValueArea.valueList = []
this.$emit('done', attr_id, data, isCloseModal)
} else {