From 9790ff7ecc198ae3bbf10d5e3707a95d60ddab69 Mon Sep 17 00:00:00 2001
From: sjz <1240968267@qq.com>
Date: 星期三, 19 二月 2025 11:54:28 +0800
Subject: [PATCH] 煜昌pad前端
---
api/inspection.js | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/api/inspection.js b/api/inspection.js
index bb76c01..606d62f 100644
--- a/api/inspection.js
+++ b/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,
--
Gitblit v1.9.3