多体系建设信息化条统-前端
祖安之光
2026-03-19 7a173d37aa782ee0e349b6b6a892a5f3e3174d29
src/api/monthlyInspectionRecord/index.js
@@ -7,6 +7,13 @@
        params: params
    })
}
export function getMonthlyRecordById(params) {
    return request({
        url: 'market/monthly/listByid',
        method: 'get',
        params: params
    })
}
export function addMonthlyRecord(data) {
    return request({