mirror of https://github.com/veops/cmdb.git
fix currentValueType
This commit is contained in:
parent
d8a62fc885
commit
095d3b2cfb
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue