fix:json 不支持预定义值

This commit is contained in:
wang-liang0615 2023-10-09 17:14:54 +08:00
parent 39a5dc57f2
commit c3e0497173
1 changed files with 3 additions and 1 deletions

View File

@ -447,7 +447,9 @@ export default {
this.form.resetFields()
this.currentValueType = '2'
if (values.value_type !== '6') {
this.$refs.preValueArea.valueList = []
}
this.$emit('done', attr_id, data, isCloseModal)
} else {
throw new Error()