Explorar o código

看板数据修改

SanHQin hai 1 ano
pai
achega
6e05991472

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

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

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

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