refactor queryRequest

This commit is contained in:
pa
2026-03-09 23:59:19 +09:00
parent 8f802ecf28
commit 21489fb717
17 changed files with 312 additions and 418 deletions
+2 -2
View File
@@ -868,8 +868,8 @@ export const useUserStore = defineStore('User', () => {
}
});
}
groupRequest
.getRepresentedGroup({ userId })
queryRequest
.fetch('representedGroup', { userId })
.then((args1) => {
groupStore.handleGroupRepresented(args1);
});