Browse Source

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

yusheng 1 ngày trước cách đây
mục cha
commit
4735b9f7a2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
       },