lsc 1 年之前
父節點
當前提交
a46279d146

+ 2 - 1
src/components/pages/dataBoardNew/course/index.vue

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

+ 2 - 1
src/components/pages/dataBoardNew/project/index.vue

@@ -429,10 +429,11 @@ export default {
         {
           oid: this.oid,
           org: this.org,
+          type: '3'
         },
       ];
       this.ajax
-        .post(this.$store.state.api + "selectDataBoardStudentCourseNew", params)
+        .post(this.$store.state.api + "getDataBoardStudentCourseNew", params)
         .then((res) => {
           this.isLoading = false;
           let _grade = JSON.parse(JSON.stringify(res.data[0])); //赛道

+ 3 - 2
src/components/pages/dataBoardNew/school/index.vue

@@ -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]; //年级