|
@@ -38,7 +38,7 @@
|
|
<Search :dataQuery="dataQuery" @getColData="getColData" ref="searchTable" />
|
|
<Search :dataQuery="dataQuery" @getColData="getColData" ref="searchTable" />
|
|
</div>
|
|
</div>
|
|
<div :style="{height:tableHeight}" class="newQuery-table">
|
|
<div :style="{height:tableHeight}" class="newQuery-table">
|
|
- <Table :pageSize="999" style="height:100%" ref="queryTable" :tableTag="tableTag" />
|
|
|
|
|
|
+ <Table :pageSize="999" style="height:100%" ref="queryTable" downName="高级查询结果" :tableTag="tableTag" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<Dialog width="520px" :flag="diaFlag">
|
|
<Dialog width="520px" :flag="diaFlag">
|
|
@@ -78,7 +78,6 @@
|
|
import Search from './components/search.vue'
|
|
import Search from './components/search.vue'
|
|
import Table from './components/table.vue'
|
|
import Table from './components/table.vue'
|
|
import Dialog from '@/layout/components/Dialog/index.vue'
|
|
import Dialog from '@/layout/components/Dialog/index.vue'
|
|
-import { getToken } from '@/utils/auth'
|
|
|
|
import pf from '@/layout/mixin/publicFunc'
|
|
import pf from '@/layout/mixin/publicFunc'
|
|
export default {
|
|
export default {
|
|
name: 'NewQuery',
|
|
name: 'NewQuery',
|