lsc 2 lat temu
rodzic
commit
52c4e5754a
2 zmienionych plików z 312 dodań i 612 usunięć
  1. 3 1
      src/components/pages/CaseDesign.vue
  2. 309 611
      src/components/pages/addCourse.vue

+ 3 - 1
src/components/pages/CaseDesign.vue

@@ -343,6 +343,7 @@ export default {
       tableData: [],
       isLoading: false,
       org: this.$route.query.org,
+      oid: this.$route.query.oid,
       timer: null,
       dialogVisible: false,
       data: {},
@@ -368,10 +369,11 @@ export default {
     getData() {
       let params = {
         org: this.org,
+        oid: this.oid,
         // this.org
       };
       this.ajax
-        .get(this.$store.state.api + "selectCase", params)
+        .get(this.$store.state.api + "selectCase3", params)
         .then((res) => {
           this.isLoading = false;
           let _res = res.data[0];

Plik diff jest za duży
+ 309 - 611
src/components/pages/addCourse.vue


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików