This commit is contained in:
2026-01-21 11:04:40 +08:00
parent a11d3cc2f8
commit 8fe0c4d893
22 changed files with 135 additions and 42 deletions

View File

@@ -132,6 +132,13 @@ function login(params) {
// 登录接口不需要 Authorization
});
}
function getCheckTableList(params) {
return request_request.requestAPI({
url: "/admin/oneTable/list",
method: "GET",
data: params
});
}
exports.acceptanceRectification = acceptanceRectification;
exports.addHiddenDanger = addHiddenDanger;
exports.addMember = addMember;
@@ -139,6 +146,7 @@ exports.applyDelete = applyDelete;
exports.assignHiddenDanger = assignHiddenDanger;
exports.enterCheckPlan = enterCheckPlan;
exports.getCheckPlanList = getCheckPlanList;
exports.getCheckTableList = getCheckTableList;
exports.getCheckTaskDetail = getCheckTaskDetail;
exports.getDepartmentPersonUsers = getDepartmentPersonUsers;
exports.getHiddenDangerDetail = getHiddenDangerDetail;