Merge branch 'develop' of https://gitlab.com/empatnusabangsa/ppob/ppob-frontend into devops-staging
This commit is contained in:
commit
ada8b1db1a
|
@ -19,7 +19,7 @@ export class Product {
|
|||
total_dataCategories = 0;
|
||||
|
||||
pageSubCategories = 0;
|
||||
pageSizeSubCategories = 10
|
||||
pageSizeSubCategories = 10;
|
||||
dataSubCategories = [];
|
||||
total_dataSubCategories = 0;
|
||||
filterCategory = null;
|
||||
|
|
|
@ -15,12 +15,12 @@ export class Transaction {
|
|||
pageDetail = 0
|
||||
|
||||
pageCategories = 0;
|
||||
pageSizeCategories = 10;
|
||||
pageSizeCategories = 100;
|
||||
dataCategories = [];
|
||||
total_dataCategories = 0;
|
||||
|
||||
pageSubCategories = 0;
|
||||
pageSizeSubCategories = 10;
|
||||
pageSizeSubCategories = 100;
|
||||
dataSubCategories = [];
|
||||
total_dataSubCategories = 0;
|
||||
//filterSubCategory = null;
|
||||
|
|
Loading…
Reference in New Issue
Block a user