lsc 2 years ago
parent
commit
52c4e5754a
2 changed files with 312 additions and 612 deletions
  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];

File diff suppressed because it is too large
+ 309 - 611
src/components/pages/addCourse.vue


Some files were not shown because too many files changed in this diff