fix bug
This commit is contained in:
@ -383,8 +383,13 @@ export class ShipperBaseService extends BaseService {
|
||||
* 获取全部返佣配置
|
||||
* @returns
|
||||
*/
|
||||
getRebateConfig() {
|
||||
const params = {};
|
||||
getRebateConfig(value?: any) {
|
||||
const params:any = {};
|
||||
if(value) {
|
||||
params.stateLocked = 1
|
||||
}
|
||||
console.log(params);
|
||||
|
||||
return this.request(this.$api_get_rebate_config, params, 'POST').pipe(
|
||||
map(res => {
|
||||
if (res) {
|
||||
|
||||
Reference in New Issue
Block a user