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