This commit is contained in:
Taric Xin
2022-03-11 10:59:45 +08:00
parent 56c74c37f2
commit 64ac472716
3 changed files with 5 additions and 5 deletions

View File

@ -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) {