Explorar o código

fix(workOrder): 修正查询参数从teamId为postId

yusheng hai 1 día
pai
achega
4735b9f7a2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/maintenance/service/workOrder/index.vue

+ 1 - 1
src/views/maintenance/service/workOrder/index.vue

@@ -301,7 +301,7 @@
           type: 7
         };
         if (this.activeTab) {
-          params.teamId = this.activeTab;
+          params.postId = this.activeTab;
         }
         return getWorkOrderPage(params);
       },