parent
2e1d80a90c
commit
f1071495e1
|
|
@ -566,6 +566,7 @@ export default {
|
|||
this.dateRange = [];
|
||||
this.resetForm("queryForm");
|
||||
this.queryParams.isTrain = undefined;
|
||||
this.queryParams.leaveDate = undefined;
|
||||
this.handleQuery();
|
||||
},
|
||||
/** 新增按钮操作 */
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
</el-button>
|
||||
</el-col>
|
||||
|
||||
<el-col :span="1.5">
|
||||
<!-- <el-col :span="1.5">
|
||||
<el-button
|
||||
type="warning"
|
||||
plain
|
||||
|
|
@ -62,7 +62,7 @@
|
|||
@click="handleExport"
|
||||
>导出
|
||||
</el-button>
|
||||
</el-col>
|
||||
</el-col> -->
|
||||
|
||||
<right-toolbar
|
||||
:showSearch.sync="showSearch"
|
||||
|
|
|
|||
Loading…
Reference in New Issue