fix: ย้าย socket เกี่ยวกับการค้นหา

This commit is contained in:
puri-ph4tt 2023-12-15 14:08:29 +07:00
parent ec1bc81b88
commit 36b6cc9a81
2 changed files with 1 additions and 32 deletions

View file

@ -24,7 +24,6 @@ export const useSearchDataStore = defineStore('searched', () => {
const isAdvSearchCall = ref<boolean>(false)
const isSearch = ref<Boolean>(false)
const isExact = ref<boolean>(false)
const isActFoundFile = ref<Boolean>(false)
const searchData = ref<Search>({
field: 'title',
value: '',
@ -51,7 +50,6 @@ export const useSearchDataStore = defineStore('searched', () => {
isSearch,
isExact,
isAdvSearchCall,
isActFoundFile,
searchData,
advSearchDataRow,
advSearchDataField,