修复管理员工作台函数缺少闭合大括号

This commit is contained in:
zhangshy
2026-09-14 10:56:45 +08:00
parent bfbaf823c2
commit 4b7ee13cf5
2 changed files with 13 additions and 0 deletions
@@ -537,6 +537,8 @@ if (requireAdmin()) {
apiClient.reportError(error);
status.textContent = error.message || '提交失败';
} finally { submit.disabled = false; }
}
async function loadDriftReviews() {
renderLoading(targets.drift, 3);
try {