🎨 触发状态异常后点击重建索引对话框关闭
This commit is contained in:
parent
3f1ec3638b
commit
5bb1f448ee
1 changed files with 1 additions and 0 deletions
|
@ -187,6 +187,7 @@ export const transactionError = (data: { code: number, data: string }) => {
|
|||
});
|
||||
btnsElement[1].addEventListener("click", () => {
|
||||
fetchPost("/api/filetree/refreshFiletree", {});
|
||||
dialog.destroy();
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue