chenrui
2025-05-27 b31d8c3e70b3bf9c37aa1e407e54c0a46bf3a3ab
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
    })
}