Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop

This commit is contained in:
Taric Xin
2022-02-22 16:43:17 +08:00
9 changed files with 55 additions and 44 deletions

View File

@ -57,7 +57,7 @@ export class CartConfigActionModalComponent implements OnInit {
placeholder: '请输入'
}
};
this.dictKey = 'car:model';
this.dictKey = 'ban.goods.name';
break;
default:

View File

@ -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