|
@@ -225,7 +225,7 @@
|
|
laboratoryGradeManageUpdate,
|
|
laboratoryGradeManageUpdate,
|
|
} from "@/api/hierarchicalControl/index";
|
|
} from "@/api/hierarchicalControl/index";
|
|
import {
|
|
import {
|
|
- getDeptDropList,
|
|
|
|
|
|
+ systemDeptGetLoginUserByDeptList,
|
|
laboratoryClassLevelGetList,
|
|
laboratoryClassLevelGetList,
|
|
laboratoryClassTypeGetList,
|
|
laboratoryClassTypeGetList,
|
|
laboratoryClassMoldGetList,
|
|
laboratoryClassMoldGetList,
|
|
@@ -338,7 +338,7 @@
|
|
|
|
|
|
},
|
|
},
|
|
mounted(){
|
|
mounted(){
|
|
- this.getDeptDropList();
|
|
|
|
|
|
+ this.systemDeptGetLoginUserByDeptList();
|
|
this.laboratoryClassLevelGetList();
|
|
this.laboratoryClassLevelGetList();
|
|
this.laboratoryClassTypeGetList();
|
|
this.laboratoryClassTypeGetList();
|
|
this.laboratoryClassMoldGetList();
|
|
this.laboratoryClassMoldGetList();
|
|
@@ -372,8 +372,8 @@
|
|
this.$set(this,'total',this.tableUserList.length);
|
|
this.$set(this,'total',this.tableUserList.length);
|
|
},
|
|
},
|
|
//获取学院
|
|
//获取学院
|
|
- getDeptDropList(){
|
|
|
|
- getDeptDropList({level: 2, deptType: 1 }).then(response => {
|
|
|
|
|
|
+ systemDeptGetLoginUserByDeptList(){
|
|
|
|
+ systemDeptGetLoginUserByDeptList({}).then(response => {
|
|
this.$set(this,'deptList',response.data);
|
|
this.$set(this,'deptList',response.data);
|
|
});
|
|
});
|
|
},
|
|
},
|