数据统计中列表中更改获取准入单位和准入部门逻辑

This commit is contained in:
linxd
2025-08-07 09:53:02 +08:00
parent edad9b2cab
commit 8ea479ac35
5 changed files with 1084 additions and 18 deletions

View File

@ -47,8 +47,12 @@ declare namespace supplierAnnualTaskManage {
}
// 供应商的组织
interface SupplierOrgNameList {
// 准入部门
deptId: string;
deptName: string;
// 准入单位
orgName: string;
orgId: string;
}
// 列表响应
interface TaskListResponse {

View File

@ -256,8 +256,12 @@ declare namespace SupplierTaskManage {
}
// 供应商的组织
interface SupplierOrgNameList {
// 准入部门
deptId: string;
deptName: string;
// 准入单位
orgName: string;
orgId: string;
}
/**
* 品类树响应