refactor: launch dialog and new instance dialog (#1191)

* refactor: launch dialog and new instance dialog

* fix

* fix
This commit is contained in:
pa
2025-03-21 13:48:47 +09:00
committed by GitHub
parent bd833d2eb1
commit 30915bbc73
11 changed files with 1309 additions and 816 deletions
+2 -1
View File
@@ -1188,7 +1188,8 @@ export default class extends baseClass {
json,
params
};
this.$emit('GROUP:ROLES', args);
// useless code?
// this.$emit('GROUP:ROLES', args);
return args;
});
};