fix: 修改查询组件引入方式
This commit is contained in:
parent
33a866a569
commit
b7419bebe6
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<AdvancedSearch
|
||||
<j-advanced-search
|
||||
:target='target'
|
||||
:type='type'
|
||||
:request='saveSearchHistory'
|
||||
|
@ -16,7 +16,6 @@
|
|||
import { PropType } from 'vue'
|
||||
import { JColumnsProps } from 'components/Table/types'
|
||||
import { saveSearchHistory, getSearchHistory, deleteSearchHistory } from '@/api/comm'
|
||||
import { AdvancedSearch } from 'jetlinks-ui-components'
|
||||
|
||||
interface Emit {
|
||||
(e: 'search', data: any): void
|
||||
|
|
Loading…
Reference in New Issue