|
@@ -8,7 +8,7 @@
|
|
|
@current-change="currentChange" @size-change="sizeChange" @refresh-change="refreshChange"
|
|
@current-change="currentChange" @size-change="sizeChange" @refresh-change="refreshChange"
|
|
|
@resetColumn="resetColumnTwo('crud', 'option', 'optionBack', 372)"
|
|
@resetColumn="resetColumnTwo('crud', 'option', 'optionBack', 372)"
|
|
|
@saveColumn="saveColumnTwo('crud', 'option', 'optionBack', 372)" @on-load="onLoad"
|
|
@saveColumn="saveColumnTwo('crud', 'option', 'optionBack', 372)" @on-load="onLoad"
|
|
|
- @search-criteria-switch="searchCriteriaSwitch">
|
|
|
|
|
|
|
+ >
|
|
|
<template slot="menuLeft">
|
|
<template slot="menuLeft">
|
|
|
<el-button type="success" size="small" plain @click="Export">导出</el-button>
|
|
<el-button type="success" size="small" plain @click="Export">导出</el-button>
|
|
|
</template>
|
|
</template>
|
|
@@ -878,14 +878,14 @@ export default {
|
|
|
};
|
|
};
|
|
|
this.onLoad(this.page);
|
|
this.onLoad(this.page);
|
|
|
},
|
|
},
|
|
|
- searchCriteriaSwitch(type) {
|
|
|
|
|
- if (type) {
|
|
|
|
|
- this.option.height = this.option.height - 73;
|
|
|
|
|
- } else {
|
|
|
|
|
- this.option.height = this.option.height + 73;
|
|
|
|
|
- }
|
|
|
|
|
- this.$refs.crud.getTableHeight();
|
|
|
|
|
- },
|
|
|
|
|
|
|
+ // searchCriteriaSwitch(type) {
|
|
|
|
|
+ // if (type) {
|
|
|
|
|
+ // this.option.height = this.option.height - 73;
|
|
|
|
|
+ // } else {
|
|
|
|
|
+ // this.option.height = this.option.height + 73;
|
|
|
|
|
+ // }
|
|
|
|
|
+ // this.$refs.crud.getTableHeight();
|
|
|
|
|
+ // },
|
|
|
// 搜索点击回调
|
|
// 搜索点击回调
|
|
|
searchChange(params, done) {
|
|
searchChange(params, done) {
|
|
|
this.page.currentPage = 1;
|
|
this.page.currentPage = 1;
|