Ver Fonte

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

yusheng há 1 dia atrás
pai
commit
4735b9f7a2
1 ficheiros alterados com 1 adições e 1 exclusões
  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);
       },