ออกคำสั่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-10-10 15:03:24 +07:00
parent 45f77014da
commit 7aab234030
6 changed files with 15 additions and 11 deletions

View file

@ -65,8 +65,8 @@ function onConfirmSignature() {
.put(config.API.command + `/sign/${commandId.value}`, {
sign: signaturetype.value === "Live" ? true : false,
})
.then(async (res) => {
fetchData();
.then(async () => {
await fetchData();
})
.catch((err) => {
messageError($q, err);