瀏覽代碼

fix:555555

lupeng 2 月之前
父節點
當前提交
dcfbcfc7ef
共有 1 個文件被更改,包括 2 次插入2 次删除
  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",
   });
 }