This commit is contained in:
Taric Xin
2022-02-17 20:00:04 +08:00
27 changed files with 783 additions and 228 deletions

View File

@ -44,7 +44,8 @@ export class ShipperBaseService extends BaseService {
* 获取所属项目
* @returns
*/
getEnterpriseProject(params = {}) {
getEnterpriseProject(params?: any) {
console.log(params)
return this.request(this.$api_get_enterprise_project, params).pipe(
map((res: any) => {
if (!res) {