@@ -662,10 +662,11 @@ export default {
{
oid: this.oid,
org: this.org,
+ type:"5"
},
];
this.ajax
- .post(this.$store.state.api + "selectDataBoardStudentNew", params)
+ .post(this.$store.state.api + "getDataBoardStudentNew", params)//selectDataBoardStudentNew
.then((res) => {
this.isLoading = false;
let _grade = res.data[0]; //年级
@@ -821,10 +821,11 @@ export default {
+ type:"4"
- .post(this.$store.state.api + "selectDataBoardTeacherNew", params)
+ .post(this.$store.state.api + "getDataBoardTeacherNew", params)//selectDataBoardTeacherNew