mirror of
https://github.com/Ssl1S/json-schema-editor-vue.git
synced 2025-12-30 09:47:54 +08:00
fix:修复导入json时schema.title编辑后未刷新的问题
This commit is contained in:
@@ -29,7 +29,6 @@ export function renamePropertyAndKeepKeyPrecedence(_this, obj, [oldKey, newKey])
|
||||
.reduce((target, [key, descriptor]) => {
|
||||
if(key === '__ob__') return target
|
||||
// Reflect.deleteProperty(target, key)
|
||||
console.info('TTT', target, key ,descriptor)
|
||||
_this.$delete(target, key)
|
||||
if (key === oldKey) {
|
||||
key = newKey
|
||||
|
||||
Reference in New Issue
Block a user