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

This commit is contained in:
潘晓云
2022-02-24 13:39:40 +08:00
33 changed files with 283 additions and 234 deletions

View File

@ -75,8 +75,6 @@ export class DynamicSettingModalComponent implements OnInit {
this.configList = this.formatItems(this.selectedTab.items);
const hiddenType = this.configList.find((item: any) => item.itemType === 7 || item.itemType === 999);
this.labelWidth = hiddenType ? 0 : 200;
console.log(this.configList);
}
});
}
@ -103,7 +101,7 @@ export class DynamicSettingModalComponent implements OnInit {
this.service.request('/api/mdc/pbc/sysConfigItemExtend/saveBatch', p).subscribe(res => {
if (res) {
this.service.msgSrv.success('修改配置成功');
this.modalHelp.destroy();
this.modalHelp.destroy(true);
}
});
}

View File

@ -150,9 +150,6 @@ export class InsuranceTableComponent implements OnInit {
}
save() {
console.log(this.data);
console.log(this.minInsurancePrice);
console.log(this.sf.value);
if(!this.minInsurancePrice) {
this.service.msgSrv.error('必填项为空!')
return