|
|
@ -127,7 +127,11 @@ |
|
|
|
</template> |
|
|
|
|
|
|
|
</Dialog> |
|
|
|
<SearchTable ref="searchTableRef" :showSearchTableQueryFields="showSearchTableQueryFields" @searchTableSuccess="searchTableSuccess" /> |
|
|
|
<SearchTable ref="searchTableRef" :showSearchTableQueryFields="showSearchTableQueryFields" @searchTableSuccess="searchTableSuccess" > |
|
|
|
<template v-for="name in Object.keys($slots)" :key="name" #[name]> |
|
|
|
<slot :name="name"></slot> |
|
|
|
</template> |
|
|
|
</SearchTable> |
|
|
|
</template> |
|
|
|
<script setup lang="ts"> |
|
|
|
import { SearchTable } from '@/components/SearchTable' |
|
|
@ -837,7 +841,7 @@ const buttonOperationClick = (row, label, index)=> { |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
defineExpose({ open, formRef, opensearchTable, dialogVisible, formLoading ,handleAddTable,changeDialogWidth}) // 提供 open 方法,用于打开弹窗 |
|
|
|
defineExpose({ open, formRef, opensearchTable, dialogVisible, formLoading ,handleAddTable,changeDialogWidth,searchTableRef}) // 提供 open 方法,用于打开弹窗 |
|
|
|
|
|
|
|
</script> |
|
|
|
<style lang="scss" scoped> |
|
|
|