mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 18:07:31 -07:00
chore: 🔊
This commit is contained in:
parent
dffa803087
commit
f0209fbf5d
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "calckey",
|
"name": "calckey",
|
||||||
"version": "12.119.0-calc-rc.11",
|
"version": "12.119.0-calc-rc.2.1",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -54,12 +54,12 @@ watch(() => props.groupId, () => {
|
||||||
fetch();
|
fetch();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
async function fetch() {
|
async function fetch() {
|
||||||
os.api('users/groups/show', {
|
os.api('users/groups/show', {
|
||||||
groupId: props.groupId,
|
groupId: props.groupId,
|
||||||
}).then(gp => {
|
}).then(gp => {
|
||||||
group.value = gp;
|
group.value = gp;
|
||||||
|
console.log(gp);
|
||||||
os.api('users/show', {
|
os.api('users/show', {
|
||||||
userIds: group.userIds
|
userIds: group.userIds
|
||||||
}).then(us => {
|
}).then(us => {
|
||||||
|
|
Loading…
Reference in a new issue