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;
|
||||
|
||||
Reference in New Issue
Block a user