luoxiao 1 tháng trước cách đây
mục cha
commit
46c156c057
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/api/process/index.ts

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

@@ -141,9 +141,9 @@ export function setLineSortList(params: any) {
   });
 }
 
-export function testData(processId: string,deviceNo: string) {
+export function testData(processId: string, deviceNo: string, pageNo: string) {
   return request({
-    url: `/api/v1/testData/syncSeqNo/get/${processId}/${deviceNo}`,
+    url: `/api/v1/testData/get/${processId}/${deviceNo}/${pageNo}`,
     method: "get",
   });
 }