task#14196,kpiWEB端优化

This commit is contained in:
2024-07-08 09:36:09 +08:00
parent a7c7dafa33
commit 0dd54330af
2 changed files with 983 additions and 596 deletions

View File

@ -48,9 +48,8 @@ export function getSupplierId(key) {
return request({
url: '/supplier/select/supplier',
method: 'GET',
// key
params: {
key: key ,// 假设后端接口接受名为 'name' 的查询参数
key: key ,
}
});
}

File diff suppressed because it is too large Load Diff