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 } })
|
const { attr_id } = await createAttribute({ ...values, option: { fontOptions } })
|
||||||
|
|
||||||
this.form.resetFields()
|
this.form.resetFields()
|
||||||
this.currentValueType = '0'
|
this.currentValueType = '2'
|
||||||
this.$refs.preValueArea.valueList = []
|
this.$refs.preValueArea.valueList = []
|
||||||
this.$emit('done', attr_id, data, isCloseModal)
|
this.$emit('done', attr_id, data, isCloseModal)
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue