fix bug
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user