no message
This commit is contained in:
parent
981bab8061
commit
767da19e0a
1 changed files with 1 additions and 1 deletions
|
|
@ -165,12 +165,12 @@ const fecthInsigniaByOc = async (
|
||||||
await DataStore.fetchDataInsignia(res.data.result);
|
await DataStore.fetchDataInsignia(res.data.result);
|
||||||
// DataStore.isLock = await res.data.result.isLock;
|
// DataStore.isLock = await res.data.result.isLock;
|
||||||
// DataStore.requestId = await res.data.result.requestId;
|
// DataStore.requestId = await res.data.result.requestId;
|
||||||
|
loading.value = true;
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
messageError($q, err);
|
messageError($q, err);
|
||||||
})
|
})
|
||||||
.finally(() => {
|
.finally(() => {
|
||||||
loading.value = true;
|
|
||||||
hideLoader();
|
hideLoader();
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue