feat: (2.0.1) 对数字和字符串增加枚举属性

This commit is contained in:
albert
2022-04-17 13:03:06 +08:00
parent 93d4f8e1a5
commit c0e0fb93a1

View File

@@ -341,7 +341,6 @@ export default {
}, },
onSetting(){ onSetting(){
this.modalVisible = true this.modalVisible = true
console.info('t7', this.advanced.value, this.pickValue)
this.advancedValue = { ...this.advanced.value } this.advancedValue = { ...this.advanced.value }
for(const k in this.advancedValue) { for(const k in this.advancedValue) {
if(this.pickValue[k]) this.advancedValue[k] = this.pickValue[k] if(this.pickValue[k]) this.advancedValue[k] = this.pickValue[k]