merge partner

This commit is contained in:
Taric Xin
2022-03-23 14:31:43 +08:00
parent f85da30008
commit f5f64038c2
3 changed files with 3 additions and 19 deletions

View File

@ -62,7 +62,7 @@ export class ShipperBaseService extends BaseService {
};
});
const obj = [{ value: '', label: '全部' }];
this.list = [...obj, ...list];
// this.list = [...obj, ...list];
return [...obj, ...list];
})
);