Ver Fonte

fix:555555

lupeng há 2 meses atrás
pai
commit
dcfbcfc7ef
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/api/report/index.ts

+ 2 - 2
src/api/report/index.ts

@@ -42,9 +42,9 @@ export function getOperationInfo(data: string) {
 }
 
 // 获取工单编码
-export function getJobInfo(orderId: string, opType: string) {
+export function getJobInfo(orderId: string, opType: string,orderType: string) {
   return request({
-    url: `/api/v1/plan/workOrder/workOrderCode/${orderId}/${opType}`,
+    url: `/api/v1/plan/workOrder/workOrderCode/${orderId}/${opType}/${orderType}`,
     method: "get",
   });
 }