Parcourir la source

计划排期优化

wyh il y a 1 an
Parent
commit
b61f335026
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      itdmWeb/src/views/module-iTDM/itdmGongdanMaster/uGantt2.vue

+ 1 - 1
itdmWeb/src/views/module-iTDM/itdmGongdanMaster/uGantt2.vue

@@ -461,7 +461,7 @@ export default {
     // 双击事件
     rowDblclick(current){
       console.log(current)
-      if (current.status == 0) {
+      if (current.status == 0 || current.status == null) {
         this.status = 0
       } else {
         this.status = 1