mirror of
https://github.com/Ssl1S/json-schema-editor-vue.git
synced 2025-12-30 01:37:55 +08:00
feat: (2.0.1) 对数字和字符串增加枚举属性
This commit is contained in:
@@ -341,7 +341,6 @@ export default {
|
||||
},
|
||||
onSetting(){
|
||||
this.modalVisible = true
|
||||
console.info('t7', this.advanced.value, this.pickValue)
|
||||
this.advancedValue = { ...this.advanced.value }
|
||||
for(const k in this.advancedValue) {
|
||||
if(this.pickValue[k]) this.advancedValue[k] = this.pickValue[k]
|
||||
|
||||
Reference in New Issue
Block a user