WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2023-11-22 84923cf985feba2ee04423623b3dde5ffffc983a
增强业务基类能力,可以转嫁整个继承链
1 files modified
1 ■■■■ changed files
bases/Pilot.js 1 ●●●● patch | view | raw | blame | history
bases/Pilot.js
@@ -29,7 +29,6 @@
        while (parent instanceof Pilot) {
            Object.getOwnPropertyNames(parent).forEach(name => names.push(name));
            parent = Object.getPrototypeOf(parent);
            console.log(JSON.stringify(names));
        }
        // 传递
        names.forEach(name => {