|
@@ -506,7 +506,7 @@ export default {
|
|
|
this.courseTypeSon.push(this.courseTypeId[this.CourseType[0][i].id]);
|
|
|
}
|
|
|
}
|
|
|
- let params = {
|
|
|
+ let params = [{
|
|
|
typea: typea != undefined ? typea : "",
|
|
|
typeb: typeb != undefined ? typeb : "",
|
|
|
typec: typec != undefined ? typec : "",
|
|
@@ -516,9 +516,9 @@ export default {
|
|
|
cid: rc ? rc : "",
|
|
|
title: this.anliName,
|
|
|
numCheck: this.numCheck
|
|
|
- };
|
|
|
+ }];
|
|
|
this.ajax
|
|
|
- .get(this.$store.state.api + "selectPointAllGM2", params)
|
|
|
+ .post(this.$store.state.api + "selectPointAllGM2Post", params)
|
|
|
.then((res) => {
|
|
|
this.total = res.data[0].length > 0 ? res.data[0].length : 0;
|
|
|
var scoreList = res.data[0];
|