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);
|
||||
// DataStore.isLock = await res.data.result.isLock;
|
||||
// DataStore.requestId = await res.data.result.requestId;
|
||||
loading.value = true;
|
||||
})
|
||||
.catch((err) => {
|
||||
messageError($q, err);
|
||||
})
|
||||
.finally(() => {
|
||||
loading.value = true;
|
||||
hideLoader();
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue