Merge branch 'master' of github.com:veops/cmdb

This commit is contained in:
pycook 2023-07-20 18:37:14 +08:00
commit 93d9804127
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 } }) 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 {