|
@@ -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",
|
|
|
});
|
|
|
}
|