mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/portal.git
synced 2026-08-23 14:34:19 +00:00
update list base price section component
This commit is contained in:
@@ -129,8 +129,8 @@
|
||||
section: 'basePriceSection',
|
||||
basePriceData: [],
|
||||
searchParam:{
|
||||
dateFrom: '04-04-2022',
|
||||
dateTo: '05-04-2022',
|
||||
dateFrom: '',
|
||||
dateTo: '',
|
||||
},
|
||||
filters:{
|
||||
},
|
||||
@@ -169,6 +169,10 @@
|
||||
this.isLoading = false;
|
||||
this.basePriceData = response.payload.data.value;
|
||||
},
|
||||
errorHandler(error){
|
||||
this.loading = false;
|
||||
this.basePriceData = '';
|
||||
},
|
||||
submitSearch(){
|
||||
this.fetchList();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user