廖杰:修复编辑模式下删除时设备不存在

This commit is contained in:
Hcat
2024-03-01 22:40:56 +08:00
parent fd47f10974
commit 5b1c692339

View File

@@ -237,6 +237,7 @@ function handleConfirmAddEqu() {
.then((res) => {
demo.removeEquipment(targetP.value);
centerDialogVisible.value = false;
handleCancel();
ElMessage({
message: "删除成功!",
type: "success",