mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-12-27 07:59:08 +08:00
Feat: delete node and edit node
This commit is contained in:
parent
67feaa4f05
commit
b0ae78f5f9
@ -111,7 +111,6 @@ const addNode = async () => {
|
||||
});
|
||||
editDialog.value.hidden();
|
||||
message.success(t("添加节点成功"));
|
||||
editDialog.value.clear();
|
||||
} catch (error: any) {
|
||||
message.error(t("添加节点失败"));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user