api/inspection.js
@@ -24,6 +24,18 @@ }) } export function getMtInspectionList() { return request({ 'url': '/check/getMtInspectionList?userNo=' + uni.getStorageSync('userInfo').code, 'method': 'post', 'header': { 'Content-Type': 'application/json', 'dataType': 'json', 'Accept': 'application/json' } }) } export function getInspectionInfo(checkNo) { return request({ 'url': '/check/getCheckInfo?checkNo=' + checkNo,