浏览代码

修改批量替换成功后的逻辑

yangg 6 月之前
父节点
当前提交
788a97aaeb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/project/components/dataList.vue

+ 1 - 1
src/views/project/components/dataList.vue

@@ -933,7 +933,7 @@ export default {
         }
 
         this.$message.success("批量替换完成");
-        this.boundTemplatesDialogVisible = false;
+       /*  this.boundTemplatesDialogVisible = false; */
       } catch (error) {
         console.error("批量替换失败:", error);
         this.$message.error("批量替换过程中发生错误");