chenrui
2025-06-03 d7ed7a88d1ae6a4fd63901f2ad0a4d0ce60459d9
src/api/procurementManagement/procurementLedger.js
@@ -48,4 +48,12 @@
        method: 'get',
        params: query
    })
}
// 查询详情
export function getOptions(query) {
    return request({
        url: '/system/supplier/getOptions',
        method: 'get',
        params: query
    })
}