fix: ย้าย socket เกี่ยวกับการค้นหา
This commit is contained in:
parent
ec1bc81b88
commit
36b6cc9a81
2 changed files with 1 additions and 32 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue