Parcourir la source

事件签收状态改变之后,列表中的事件会有签收、办结同一个事件的两个状态

JX.LI il y a 2 ans
Parent
commit
a1988253b3
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/views/forest.vue

+ 2 - 0
src/views/forest.vue

@@ -1760,6 +1760,8 @@
               }
             }
           })
+        }else{
+           this.getEventList(this.getCurrentDataStr(), this.pageSize, this.pageNum)
         }
         console.log(that.eventList[0])
       },