Merge branch 'bukopin' into devops-staging
This commit is contained in:
		@@ -14,6 +14,7 @@
 | 
				
			|||||||
    display: flex;
 | 
					    display: flex;
 | 
				
			||||||
    flex-direction: column;
 | 
					    flex-direction: column;
 | 
				
			||||||
    justify-content: center;
 | 
					    justify-content: center;
 | 
				
			||||||
 | 
					    text-align: center;
 | 
				
			||||||
    align-items: center;
 | 
					    align-items: center;
 | 
				
			||||||
    margin-bottom: 10px;
 | 
					    margin-bottom: 10px;
 | 
				
			||||||
    cursor: pointer;
 | 
					    cursor: pointer;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,7 +5,7 @@ export class ItemStore extends BaseStore {
 | 
				
			|||||||
  @observable listImages = [];
 | 
					  @observable listImages = [];
 | 
				
			||||||
  constructor(context) {
 | 
					  constructor(context) {
 | 
				
			||||||
    super(context);
 | 
					    super(context);
 | 
				
			||||||
    this.url = "items";
 | 
					    this.url = "/categories/11936220-31f7-4f5e-8555-9110dbec4a5d/items";
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  @action
 | 
					  @action
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -26,7 +26,7 @@ export default class Vouchers {
 | 
				
			|||||||
        getList(){
 | 
					        getList(){
 | 
				
			||||||
            console.log('res');
 | 
					            console.log('res');
 | 
				
			||||||
            this.isLoading = true;
 | 
					            this.isLoading = true;
 | 
				
			||||||
            return this.http.get("items")
 | 
					            return this.http.get("categories/11936220-31f7-4f5e-8555-9110dbec4a5d/items")
 | 
				
			||||||
            .then(res => {
 | 
					            .then(res => {
 | 
				
			||||||
              this.list = res.data;
 | 
					              this.list = res.data;
 | 
				
			||||||
              this.isLoading = false;
 | 
					              this.isLoading = false;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user