Parcourir la source

修复隔离点重复频繁渲染问题

pm il y a 11 mois
Parent
commit
902461a33e

+ 1 - 1
src/components/separationPoint/index.vue

@@ -47,7 +47,7 @@ export default {
 
   },
   mounted() {
-    // this.initKonva() 暂时先注释掉这里 为了避免多次重复渲染
+    // this.initKonva() //暂时先注释掉这里 为了避免多次重复渲染
     console.log(this.points, 'points')
 
     console.log(

+ 1 - 1
src/views/mes/job/jobm/lookWork.vue

@@ -681,7 +681,7 @@ export default {
       this.isVisible = false;
     }, 1000);
 
-    this.getTreeselect(); //获取工作区域下拉
+    this.getTreeselect(); //获取工作区域下拉de 
     this.getSopList();
     this.handleOpenStaffing();
     if (this.$route.query.ticketId !== "null") {