Преглед на файлове

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

yusheng преди 7 месеца
родител
ревизия
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;