zhongrj
2024-03-29 5ce38eed96e6bb19725094d2d32ca765c5ec940e
src/api/publicSecurity/keynoteManage.js
@@ -6,4 +6,13 @@
        method: "post",
        data
    })
}
// 列表详情
export const getTaskPlaceSelfCheckInfo = (params) => {
    return request({
        url: "/api/blade-taskPlaceSelfCheck/taskPlaceSelfCheck/getInfo",
        method: "get",
        params
    })
}