招标文件

This commit is contained in:
吴红兵
2026-03-15 18:56:27 +08:00
parent 7e0371134b
commit 98799a2555
3 changed files with 5 additions and 110 deletions

View File

@@ -205,15 +205,6 @@ export function startFileFlow(id: number, representorTeacherNo?: string, represe
});
}
/**
* 获取部门下人员(用于选采购代表人)
*/
export function getDeptMembers() {
return request({
url: '/purchase/purchasingapply/getDeptMembers',
method: 'get',
});
}
/**
* 获取二级部门列表(供履约验收选择部门用)