e
This commit is contained in:
@ -49,9 +49,9 @@ export class ShipperBaseService extends BaseService {
|
||||
* @returns
|
||||
*/
|
||||
getEnterpriseProject(params?: any) {
|
||||
if (this.list.length > 0) {
|
||||
return of(this.list);
|
||||
}
|
||||
// if (this.list.length > 0) {
|
||||
// return of(this.list);
|
||||
// }
|
||||
return this.request(this.$api_get_enterprise_project, params).pipe(
|
||||
map((res: any) => {
|
||||
if (!res) {
|
||||
|
||||
Reference in New Issue
Block a user