11wqe1 3 недель назад
Родитель
Сommit
8bfc2f7f98

+ 1 - 1
src/components/pages/studentManageNew/component/editInterstcla.vue

@@ -80,7 +80,7 @@ export default {
         oid: this.oid,
       };
       this.ajax
-        .get(this.$store.state.api + "updateClass", params)
+        .get(this.$store.state.api + "updateClassNew", params)
         .then((res) => {
           if (res.data[0] && res.data[0][0].classname == 1) {
             this.$message({

+ 1 - 1
src/components/pages/studentManageNew/component/table.vue

@@ -1777,7 +1777,7 @@ export default {
         oid: this.oid
       };
       this.ajax
-        .get(this.$store.state.api + "updateClass", params)
+        .get(this.$store.state.api + "updateClassNew", params)
         .then(res => {
           if (res.data[0] && res.data[0][0].classname == 1) {
             this.$message({