多体系建设信息化条统-前端
祖安之光
2025-11-18 00bae2110315cf9c9a533afea2c617d950f6768e
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({