fix bug
This commit is contained in:
@ -57,7 +57,7 @@ export class CartConfigActionModalComponent implements OnInit {
|
|||||||
placeholder: '请输入'
|
placeholder: '请输入'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
this.dictKey = 'car:model';
|
this.dictKey = 'ban.goods.name';
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|||||||
@ -119,7 +119,7 @@ export class CartConfigComponent implements OnInit {
|
|||||||
Object.assign(params, { dictKey: 'car:length', itemValue: this.sf?.value.params2 });
|
Object.assign(params, { dictKey: 'car:length', itemValue: this.sf?.value.params2 });
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
Object.assign(params, { dictKey: 'car:model', itemValue: this.sf?.value.params3 });
|
Object.assign(params, { dictKey: 'ban.goods.name', itemValue: this.sf?.value.params3 });
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
@ -146,6 +146,8 @@ export class CartConfigComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
|
|
||||||
configAction(item?: any) {
|
configAction(item?: any) {
|
||||||
|
console.log(item)
|
||||||
|
console.log(this.tabType)
|
||||||
const modal = this.nzModalService.create({
|
const modal = this.nzModalService.create({
|
||||||
nzContent: CartConfigActionModalComponent,
|
nzContent: CartConfigActionModalComponent,
|
||||||
nzComponentParams: item
|
nzComponentParams: item
|
||||||
|
|||||||
Reference in New Issue
Block a user