chenrui
2025-05-26 1c16c1fc8904b917c5f0fee3f82845d9e26d29f9
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
    })
}