Explorar el Código

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

yangg hace 6 meses
padre
commit
788a97aaeb
Se han modificado 1 ficheros con 1 adiciones y 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("批量替换过程中发生错误");