added object edit

This commit is contained in:
2023-07-10 14:41:59 +05:00
parent 387a0d135f
commit c9321dc7e5
8 changed files with 265 additions and 31 deletions

View File

@ -21,6 +21,7 @@
if(res["out"] == "good"){
// console.log(res["body"]);
load_groups();
edit_get_objs();
}
});
}
@ -33,6 +34,7 @@
if(res["out"] == "good"){
// console.log(res["body"]);
load_groups();
edit_get_objs();
}
});
}