diff --git a/src/views/CIDList.vue b/src/views/CIDList.vue index a5772cf..2edec64 100644 --- a/src/views/CIDList.vue +++ b/src/views/CIDList.vue @@ -106,6 +106,7 @@ export default { } catch (e) { console.log(e); } finally { + loading.close(); this.tableLoading = false; } }, @@ -143,6 +144,7 @@ export default { } catch (e) { console.log(e); } finally { + loading.close(); this.tableLoading = false; } }, @@ -176,6 +178,7 @@ export default { } catch (e) { console.log(e); } finally { + loading.close(); this.tableLoading = false; } }, @@ -199,6 +202,7 @@ export default { } catch (e) { console.log(e); } finally { + loading.close(); this.tableLoading = false; } },