uu
This commit is contained in:
parent
94512d38f8
commit
ff3b988850
@ -15,6 +15,7 @@
|
||||
<tpx-dialog :show="show" :title="placeholder" @onClose="handleSelectSwitch">
|
||||
<view style="height: calc(60vh);">
|
||||
<tpx-scroll-view :resObject="filResObject" :searchParam="filDataSearchParam" :getListFun="getListFun" size="sm" :showLoadedAll="false" @onListChange="onListChange">
|
||||
<slot name="listTop"></slot>
|
||||
<view v-if="showKeyWord" class="mb-10">
|
||||
<tpx-input v-model:value="keyword" placeholder="请输入关键字" @change="handleKeyWordChange"></tpx-input>
|
||||
</view>
|
||||
@ -30,6 +31,7 @@
|
||||
|
||||
<view v-if="mode == modeEnum.drop && show" class="md-drop-cont">
|
||||
<tpx-scroll-view :maxHeight="dropMaxHeight" :resObject="filResObject" :searchParam="filDataSearchParam" :getListFun="getListFun" size="sm" :showLoadedAll="false" @onListChange="onListChange">
|
||||
<slot name="listTop"></slot>
|
||||
<view v-if="showKeyWord" class="mb-10">
|
||||
<tpx-input v-model:value="keyword" placeholder="请输入关键字" @change="handleKeyWordChange"></tpx-input>
|
||||
</view>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user