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