This commit is contained in:
wangshiming
2022-02-17 19:44:46 +08:00
parent 7e330ba2df
commit e3f19fb9ff
15 changed files with 502 additions and 67 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) {