[update]
This commit is contained in:
@@ -74,4 +74,8 @@ export class BaseList {
|
||||
)
|
||||
}
|
||||
|
||||
getIndex(i){
|
||||
return this.paginator.pageIndex * this.paginator.pageSize + i + 1
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ export class PromotionService extends BaseService{
|
||||
constructor(
|
||||
public http: HttpClient
|
||||
) {
|
||||
super('/common/promotionwwwwwwwwwwww', http)
|
||||
super('/common/promotion', http)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user