Просмотр исходного кода

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

yusheng 5 месяцев назад
Родитель
Сommit
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,
           userId: this.user.info.userId,
           type: 3,
           type: 3,
           isQueryTodo: 1,
           isQueryTodo: 1,
-          statusType: 0
+          statusType: 1
         });
         });
 
 
         this.total = res.total;
         this.total = res.total;