Reset data before filtering
This commit is contained in:
@ -980,7 +980,13 @@ const setAgreementDialog = (status: boolean, progress: number) => {
|
||||
progressSelected.value = progress
|
||||
}
|
||||
|
||||
const resetData = () => {
|
||||
data.value = []
|
||||
dataSub.value = []
|
||||
}
|
||||
|
||||
const filterData = async (params: any) => {
|
||||
resetData()
|
||||
const dateValue = params.periode.split(' s/d ')
|
||||
const { ulp, uid, up3 } = params
|
||||
|
||||
|
Reference in New Issue
Block a user