mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 18:33:46 +08:00
fix currentValueType
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user