Explorar el Código

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

yusheng hace 1 día
padre
commit
4735b9f7a2
Se han modificado 1 ficheros con 1 adiciones y 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);
       },