Browse Source

fix(bpm): 修复维修工单列表查询状态类型参数错误

yusheng 7 tháng trước cách đây
mục cha
commit
46fa72cc87
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/bpm/tickets/repair/index.vue

+ 1 - 1
src/views/bpm/tickets/repair/index.vue

@@ -319,7 +319,7 @@
           userId: this.user.info.userId,
           type: 3,
           isQueryTodo: 1,
-          statusType: 0
+          statusType: 1
         });
 
         this.total = res.total;