|
@@ -278,9 +278,9 @@ export default {
|
|
|
methods: {
|
|
|
searchCriteriaSwitch(type) {
|
|
|
if (type) {
|
|
|
- this.option.height = this.option.height - 328;
|
|
|
+ this.option.height = this.option.height - 277;
|
|
|
} else {
|
|
|
- this.option.height = this.option.height + 328;
|
|
|
+ this.option.height = this.option.height + 277;
|
|
|
}
|
|
|
this.$refs.crud.getTableHeight();
|
|
|
},
|