Browse Source

fix: 修改删除提示

jiaxing.liao 4 weeks ago
parent
commit
8b99d3e690
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/excel/MindmapModal.vue

+ 1 - 1
src/pages/excel/MindmapModal.vue

@@ -313,7 +313,7 @@ const removeNode = () => {
     });
   });
 
-  ElMessageBox.alert("确认删除节点?(已提交数据进入删除流程)", "提示", {
+  ElMessageBox.alert("确认删除节点?", "提示", {
     confirmButtonText: "确认",
     callback: (action: string) => {
       // 执行删除