szh_zidingyibiaoti
张同海 2 years ago
parent 17d8cea28c
commit 72099b6031

@ -1,6 +1,6 @@
<template> <template>
<div> <div>
<a-card :bordered="false" :bodyStyle="tstyle"> <!-- <a-card :bordered="false" :bodyStyle="tstyle">
<div class="table-page-search-wrapper" :class="advanced ? 'Open' : 'Close'"> <div class="table-page-search-wrapper" :class="advanced ? 'Open' : 'Close'">
<a-form layout="inline"> <a-form layout="inline">
<a-row :gutter="48"> <a-row :gutter="48">
@ -17,16 +17,16 @@
<span class="table-page-search-submitButtons"> <span class="table-page-search-submitButtons">
<a-button type="primary" @click="FnQuery"></a-button> <a-button type="primary" @click="FnQuery"></a-button>
<a-button style="margin-left: 8px" @click="FnReset"></a-button> <a-button style="margin-left: 8px" @click="FnReset"></a-button>
<!-- <a @click="toggleAdvanced" style="margin-left: 8px"> <a @click="toggleAdvanced" style="margin-left: 8px">
{{ advanced ? '收起' : '展开' }} {{ advanced ? '收起' : '展开' }}
<a-icon :type="advanced ? 'up' : 'down'" /> <a-icon :type="advanced ? 'up' : 'down'" />
</a> --> </a>
</span> </span>
</a-col> </a-col>
</a-row> </a-row>
</a-form> </a-form>
</div> </div>
</a-card> </a-card> -->
<a-card :bordered="false"> <a-card :bordered="false">
<vxe-toolbar> <vxe-toolbar>
<template #buttons> <template #buttons>
@ -41,7 +41,7 @@
resizable resizable
round round
:loading="loading" :loading="loading"
height="600px" height="700px"
empty-text="没有更多数据了!" empty-text="没有更多数据了!"
> >
<vxe-column type="seq" width="50" fixed="left"></vxe-column> <vxe-column type="seq" width="50" fixed="left"></vxe-column>
@ -128,10 +128,12 @@ export default {
} }
}) })
this.DisplayLoadData = Rdata this.DisplayLoadData = Rdata
this.init()
}, },
FnReset() { FnReset() {
this.queryParam = {} this.queryParam = { currentPage: 1, pageSize: 9999, Type: 'booking_default_value' }
this.DisplayLoadData = this.loadData this.DisplayLoadData = this.loadData
this.init()
}, },
confirm(e) { confirm(e) {
this.FnDel(e) this.FnDel(e)

Loading…
Cancel
Save