Browse Source

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

JX.LI 2 years ago
parent
commit
a1988253b3
1 changed files with 2 additions and 0 deletions
  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])
       },