This commit is contained in:
guanj
2025-10-22 09:05:45 +08:00

View File

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