接口url变更对应对应修正 ,采购入库画面提交 up by dh

This commit is contained in:
duhe
2025-03-18 18:10:32 +08:00
parent f4f7ca21fe
commit d8f16b1b51
13 changed files with 2335 additions and 571 deletions

View File

@@ -13,8 +13,9 @@ export function getSupplierList(query) {
// 查询厂商详细
export function getSupplierOne(id) {
return request({
url: '/data-dictionary/supplier/get-supplier-detail/' + parseStrEmpty(id),
method: 'get'
url: '/data-dictionary/supplier/get-supplier-detail',
method: 'get',
params: {id}
})
}