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