fix:上传其他文件未自动更新

This commit is contained in:
xiaozhu
2026-09-02 10:10:41 +08:00
committed by tao.chen
parent 98b657be5f
commit 7772938148
2 changed files with 28 additions and 4 deletions
@@ -264,8 +264,6 @@ export default function ScriptsPage() {
visibility,
description: description.trim(),
targetPath: targetPath.trim(),
}).then((resource) => {
if (resource) void loadDataResources();
});
};