修复cid加载锁定问题

This commit is contained in:
junleea 2025-08-10 14:25:34 +08:00
parent f13aabd082
commit 7ebe4a0952
1 changed files with 4 additions and 0 deletions

View File

@ -106,6 +106,7 @@ export default {
} catch (e) { } catch (e) {
console.log(e); console.log(e);
} finally { } finally {
loading.close();
this.tableLoading = false; this.tableLoading = false;
} }
}, },
@ -143,6 +144,7 @@ export default {
} catch (e) { } catch (e) {
console.log(e); console.log(e);
} finally { } finally {
loading.close();
this.tableLoading = false; this.tableLoading = false;
} }
}, },
@ -176,6 +178,7 @@ export default {
} catch (e) { } catch (e) {
console.log(e); console.log(e);
} finally { } finally {
loading.close();
this.tableLoading = false; this.tableLoading = false;
} }
}, },
@ -199,6 +202,7 @@ export default {
} catch (e) { } catch (e) {
console.log(e); console.log(e);
} finally { } finally {
loading.close();
this.tableLoading = false; this.tableLoading = false;
} }
}, },