Update Select.vue, filters.ts, Transaksi.vue, and Type17.vue files
This commit is contained in:
@@ -18,7 +18,7 @@ import {
|
||||
Type14,
|
||||
Type15,
|
||||
Type16,
|
||||
Type17,
|
||||
Type17Gangguan,
|
||||
Type18
|
||||
} from '@/components/Form/FiltersType'
|
||||
|
||||
@@ -39,7 +39,7 @@ const test1: { [key: string]: any } = {
|
||||
'type-14': Type14,
|
||||
'type-15': Type15,
|
||||
'type-16': Type16,
|
||||
'type-17': Type17,
|
||||
'type-17': Type17Gangguan,
|
||||
'type-18': Type18
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@ export const useFiltersStore = defineStore('filters', () => {
|
||||
component: getFilters('')
|
||||
})
|
||||
|
||||
const setConfig = ({ reportButton = false, type }: { reportButton?: boolean, type: string }) => {
|
||||
const setConfig = ({ reportButton = false, type }: { reportButton?: boolean; type: string }) => {
|
||||
config.value = {
|
||||
reportButton,
|
||||
type,
|
||||
@@ -66,4 +66,4 @@ export const useFiltersStore = defineStore('filters', () => {
|
||||
config,
|
||||
setConfig
|
||||
}
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user