|
@@ -273,14 +273,19 @@ export default {
|
|
|
res.data.data;
|
|
|
this.$refs.crud.init();
|
|
|
});
|
|
|
+ this.getWorkDicts("TF_status").then(res => {
|
|
|
+ this.findObject(this.option.column, "enjoyOfficeTreatment").dicData =
|
|
|
+ res.data.data;
|
|
|
+ this.$refs.crud.init();
|
|
|
+ });
|
|
|
this.option.height = window.innerHeight - 210;
|
|
|
},
|
|
|
methods: {
|
|
|
searchCriteriaSwitch(type) {
|
|
|
if (type) {
|
|
|
- this.option.height = this.option.height - 277;
|
|
|
+ this.option.height = this.option.height - 327;
|
|
|
} else {
|
|
|
- this.option.height = this.option.height + 277;
|
|
|
+ this.option.height = this.option.height + 327;
|
|
|
}
|
|
|
this.$refs.crud.getTableHeight();
|
|
|
},
|