This commit is contained in:
parent
46ff8f5d69
commit
da11299618
|
|
@ -116,7 +116,8 @@
|
|||
</el-col>
|
||||
<right-toolbar
|
||||
:showSearch.sync="showSearch"
|
||||
@queryTable="getList"
|
||||
@queryTable="handleQuery"
|
||||
v-if="leaseType == 0"
|
||||
></right-toolbar>
|
||||
</el-row>
|
||||
|
||||
|
|
@ -132,10 +133,11 @@
|
|||
>导出</el-button
|
||||
>
|
||||
</el-col>
|
||||
<!-- <right-toolbar-->
|
||||
<!-- :showSearch.sync="showSearch"-->
|
||||
<!-- @queryTable="getList"-->
|
||||
<!-- ></right-toolbar>-->
|
||||
<right-toolbar
|
||||
:showSearch.sync="showSearch"
|
||||
@queryTable="handleQuery"
|
||||
v-if="leaseType == 1"
|
||||
></right-toolbar>
|
||||
</el-row>
|
||||
<el-table
|
||||
v-loading="loading"
|
||||
|
|
|
|||
Loading…
Reference in New Issue