yusheng před 4 dny
rodič
revize
b89e55c42f

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

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