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