多体系建设信息化条统-前端
祖安之光
2026-02-09 a7f16e7bfc7802777f7da404dcfe101483f38917
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({