Преглед изворни кода

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

yusheng пре 5 месеци
родитељ
комит
46fa72cc87
1 измењених фајлова са 1 додато и 1 уклоњено
  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;