|  | @@ -219,14 +219,68 @@ export default {
 | 
	
		
			
				|  |  |        this.findObject(this.option.column, "status").dicData = res.data.data;
 | 
	
		
			
				|  |  |        this.$refs.crud.init();
 | 
	
		
			
				|  |  |      });
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    this.getWorkDicts("in_staff_room").then(res => {
 | 
	
		
			
				|  |  | +      this.findObject(this.option.column, "inStaffRoom").dicData =
 | 
	
		
			
				|  |  | +        res.data.data;
 | 
	
		
			
				|  |  | +      this.$refs.crud.init();
 | 
	
		
			
				|  |  | +    });
 | 
	
		
			
				|  |  | +    this.getWorkDicts("compile_category").then(res => {
 | 
	
		
			
				|  |  | +      this.findObject(this.option.column, "compileCategory").dicData =
 | 
	
		
			
				|  |  | +        res.data.data;
 | 
	
		
			
				|  |  | +      this.$refs.crud.init();
 | 
	
		
			
				|  |  | +    });
 | 
	
		
			
				|  |  | +    this.getWorkDicts("staff_type").then(res => {
 | 
	
		
			
				|  |  | +      this.findObject(this.option.column, "staffType").dicData = res.data.data;
 | 
	
		
			
				|  |  | +      this.$refs.crud.init();
 | 
	
		
			
				|  |  | +    });
 | 
	
		
			
				|  |  | +    this.getWorkDicts("class_type").then(res => {
 | 
	
		
			
				|  |  | +      this.findObject(this.option.column, "classType").dicData = res.data.data;
 | 
	
		
			
				|  |  | +      this.$refs.crud.init();
 | 
	
		
			
				|  |  | +    });
 | 
	
		
			
				|  |  | +    this.getWorkDicts("Salary_allocation_standard").then(res => {
 | 
	
		
			
				|  |  | +      this.findObject(
 | 
	
		
			
				|  |  | +        this.option.column,
 | 
	
		
			
				|  |  | +        "salaryWithdrawalStandardName"
 | 
	
		
			
				|  |  | +      ).dicData = res.data.data;
 | 
	
		
			
				|  |  | +      this.$refs.crud.init();
 | 
	
		
			
				|  |  | +    });
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +    this.getWorkDicts("marital_status").then(res => {
 | 
	
		
			
				|  |  | +      this.findObject(this.option.column, "code").dicData = res.data.data;
 | 
	
		
			
				|  |  | +      this.$refs.crud.init();
 | 
	
		
			
				|  |  | +    });
 | 
	
		
			
				|  |  | +    this.getWorkDicts("job_title").then(res => {
 | 
	
		
			
				|  |  | +      this.findObject(this.option.column, "rankType").dicData = res.data.data;
 | 
	
		
			
				|  |  | +      this.$refs.crud.init();
 | 
	
		
			
				|  |  | +    });
 | 
	
		
			
				|  |  | +    this.getWorkDicts("Grade_salary").then(res => {
 | 
	
		
			
				|  |  | +      this.findObject(this.option.column, "rankSalaryName").dicData =
 | 
	
		
			
				|  |  | +        res.data.data;
 | 
	
		
			
				|  |  | +      this.$refs.crud.init();
 | 
	
		
			
				|  |  | +    });
 | 
	
		
			
				|  |  | +    this.getWorkDicts("daily_assessment_level").then(res => {
 | 
	
		
			
				|  |  | +      this.findObject(this.option.column, "dailyGrade").dicData = res.data.data;
 | 
	
		
			
				|  |  | +      this.$refs.crud.init();
 | 
	
		
			
				|  |  | +    });
 | 
	
		
			
				|  |  | +    this.getWorkDicts("daily_assessment_level").then(res => {
 | 
	
		
			
				|  |  | +      this.findObject(this.option.column, "performanceGrade").dicData =
 | 
	
		
			
				|  |  | +        res.data.data;
 | 
	
		
			
				|  |  | +      this.$refs.crud.init();
 | 
	
		
			
				|  |  | +    });
 | 
	
		
			
				|  |  | +    this.getWorkDicts("double_teachers").then(res => {
 | 
	
		
			
				|  |  | +      this.findObject(this.option.column, "doubleTeachers").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 - 143;
 | 
	
		
			
				|  |  | +        this.option.height = this.option.height - 328;
 | 
	
		
			
				|  |  |        } else {
 | 
	
		
			
				|  |  | -        this.option.height = this.option.height + 143;
 | 
	
		
			
				|  |  | +        this.option.height = this.option.height + 328;
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |        this.$refs.crud.getTableHeight();
 | 
	
		
			
				|  |  |      },
 |