diff --git a/src/api/checkDetection/index.js b/src/api/checkDetection/index.js index e97e28c..e9b4977 100644 --- a/src/api/checkDetection/index.js +++ b/src/api/checkDetection/index.js @@ -8,9 +8,9 @@ const groupByCheckType=(data)=> { }) } -const getList=data=>{ +const getList=(data,pageSize,pageNum)=>{ return request({ - url: `bgscreen/checkDetection/getList`, + url: `bgscreen/checkDetection/getList?pageNum=${pageNum}&pageSize=${pageSize}`, method: 'post', data:data }) diff --git a/src/pages/quality/checkDetectionDlg.vue b/src/pages/quality/checkDetectionDlg.vue index d6c442b..f978322 100644 --- a/src/pages/quality/checkDetectionDlg.vue +++ b/src/pages/quality/checkDetectionDlg.vue @@ -34,16 +34,37 @@ -