Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop
This commit is contained in:
@ -57,7 +57,7 @@ export class CartConfigActionModalComponent implements OnInit {
|
||||
placeholder: '请输入'
|
||||
}
|
||||
};
|
||||
this.dictKey = 'car:model';
|
||||
this.dictKey = 'ban.goods.name';
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
@ -119,7 +119,7 @@ export class CartConfigComponent implements OnInit {
|
||||
Object.assign(params, { dictKey: 'car:length', itemValue: this.sf?.value.params2 });
|
||||
break;
|
||||
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;
|
||||
|
||||
default:
|
||||
@ -146,6 +146,8 @@ export class CartConfigComponent implements OnInit {
|
||||
}
|
||||
|
||||
configAction(item?: any) {
|
||||
console.log(item)
|
||||
console.log(this.tabType)
|
||||
const modal = this.nzModalService.create({
|
||||
nzContent: CartConfigActionModalComponent,
|
||||
nzComponentParams: item
|
||||
|
||||
Reference in New Issue
Block a user