🎨 触发状态异常后点击重建索引对话框关闭

This commit is contained in:
Liang Ding 2023-01-25 21:28:23 +08:00
parent 3f1ec3638b
commit 5bb1f448ee
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -187,6 +187,7 @@ export const transactionError = (data: { code: number, data: string }) => {
});
btnsElement[1].addEventListener("click", () => {
fetchPost("/api/filetree/refreshFiletree", {});
dialog.destroy();
});
};