fix: 修改查询组件引入方式

This commit is contained in:
XieYongHong 2023-06-01 10:01:32 +08:00
parent 33a866a569
commit b7419bebe6
1 changed files with 1 additions and 2 deletions

View File

@ -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