Explorar o código

计划排期优化

wyh hai 1 ano
pai
achega
b61f335026

+ 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