wyh 1 год назад
Родитель
Сommit
b61f335026
1 измененных файлов с 1 добавлено и 1 удалено
  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