kailong321200875 / vue-element-plus-admin

A backend management system based on vue3, typescript, element-plus, and vite
https://element-plus-admin.cn/
MIT License
2.81k stars 682 forks source link

Form initModel delete判断方法判断不全 #538

Closed sixiTr closed 1 month ago

sixiTr commented 1 month ago

image 这里的if判断,如果只是判断schema对应的field,在model对象的key中是否存在,建议用!model.hasOwnProperty(key)判断 不应该用目前的get方法通过值判断,目前通过get获取的对象value值判断 也无法兼容null的场景,会误删掉 相关pr如下 https://github.com/kailong321200875/vue-element-plus-admin/pull/537