mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-17 11:45:41 +08:00
代码优化
This commit is contained in:
@@ -105,7 +105,7 @@ export class EffectSingleCase {
|
||||
* @param parent 父节点
|
||||
* @param params 显示参数
|
||||
*/
|
||||
async loadAndShow(path: string, parent?: Node, params?: IEffectParams): Promise<Node> {
|
||||
loadAndShow(path: string, parent?: Node, params?: IEffectParams): Promise<Node> {
|
||||
return new Promise(async (resolve, reject) => {
|
||||
var np = this.effects.get(path);
|
||||
if (np == undefined) {
|
||||
|
||||
Reference in New Issue
Block a user