关闭弹窗的时候去掉loading

This commit is contained in:
stt
2025-10-20 15:24:43 +08:00
parent c7e6e93ace
commit 58c722ab3a

View File

@@ -925,6 +925,7 @@ const initialResponsibilityList = () => {
.catch((error) => { .catch((error) => {
traceabilityTableData.value = []; traceabilityTableData.value = [];
defaultCurrentRowKey.value = null; defaultCurrentRowKey.value = null;
loading.value = false;
}); });
}; };