This commit is contained in:
2023-10-18 18:25:42 +07:00
parent 63a58292d5
commit 480cbefd74
11 changed files with 110 additions and 38 deletions

View File

@@ -74,4 +74,8 @@ export class BaseList {
)
}
getIndex(i){
return this.paginator.pageIndex * this.paginator.pageSize + i + 1
}
}

View File

@@ -10,7 +10,7 @@ export class PromotionService extends BaseService{
constructor(
public http: HttpClient
) {
super('/common/promotionwwwwwwwwwwww', http)
super('/common/promotion', http)
}
}