数据统计中列表中更改获取准入单位和准入部门逻辑
This commit is contained in:
@ -47,8 +47,12 @@ declare namespace supplierAnnualTaskManage {
|
||||
}
|
||||
// 供应商的组织
|
||||
interface SupplierOrgNameList {
|
||||
// 准入部门
|
||||
deptId: string;
|
||||
deptName: string;
|
||||
// 准入单位
|
||||
orgName: string;
|
||||
orgId: string;
|
||||
}
|
||||
// 列表响应
|
||||
interface TaskListResponse {
|
||||
|
Reference in New Issue
Block a user