画面调整,厂商后台调用 up by dh

This commit is contained in:
duhe
2025-03-03 17:34:00 +08:00
parent f3d71f95e7
commit 313041483b
8 changed files with 196 additions and 101 deletions

View File

@@ -60,4 +60,12 @@ export function startSupplier(ids) {
method: 'put',
data: ids
})
}
}
// 查询厂商类型
export function getSupplierInit() {
return request({
url: '/data-dictionary/supplier/information-init',
method: 'get'
})
}