Explorar o código

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

yangg hai 6 meses
pai
achega
788a97aaeb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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("批量替换过程中发生错误");