Compare commits

...

1 Commits

Author SHA1 Message Date
stt
58c722ab3a 关闭弹窗的时候去掉loading 2025-10-20 15:24:43 +08:00

View File

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