ออกคำสั่ง
This commit is contained in:
parent
45f77014da
commit
7aab234030
6 changed files with 15 additions and 11 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue