edit
This commit is contained in:
@ -46,7 +46,7 @@ export class AgreementConfigComponentsBaseComponent implements OnInit {
|
||||
}
|
||||
|
||||
loadAgreement(type?: number) {
|
||||
this.service.request(`${this.service.$api_get_agreement_page}`).subscribe(res => {
|
||||
this.service.request(`${this.service.$api_get_agreement_page}`, { pageIndex: 1, pageSize: 99 }).subscribe(res => {
|
||||
if (res) {
|
||||
res.records = res.records.map((item: any) => ({ ...item, agreementContent: decodeURIComponent(item.agreementContent) }));
|
||||
this.tabs = res.records;
|
||||
|
||||
@ -92,7 +92,6 @@ export class FreightConfigComponent implements OnInit {
|
||||
|
||||
initST(): STColumn[] {
|
||||
return [
|
||||
// { title: '', type: 'checkbox', className: 'text-center' },
|
||||
{ title: '企业名称', className: 'text-center', index: 'enterpriseName', width: 160 },
|
||||
{ title: '网络货运人', className: 'text-center', index: 'netTranName', width: 160 },
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user