Browse Source

fix:555555

lupeng 2 tháng trước cách đây
mục cha
commit
dcfbcfc7ef
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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",
   });
 }