谢杰标 пре 2 година
родитељ
комит
6049a7cfe4
3 измењених фајлова са 3 додато и 3 уклоњено
  1. 1 1
      src/pages/bank-list/index.vue
  2. 1 1
      src/pages/course-list/index.vue
  3. 1 1
      src/pages/live-list/index.vue

+ 1 - 1
src/pages/bank-list/index.vue

@@ -176,7 +176,7 @@ export default {
     this.params.goodsName = this.$route.query.searchKey || "";
     // this.params.searchKey = this.$route.query.searchKey || "";
     this.params.educationTypeId = this.$route.query.educationId || "";
-    this.params.projectId = this.$route.query.projectId || "";
+    // this.params.projectId = this.$route.query.projectId || "";
     this.params.businessId = this.$route.query.businessId || "";
     if (this.params.businessId) {
       this.getSubjectList();

+ 1 - 1
src/pages/course-list/index.vue

@@ -176,7 +176,7 @@ export default {
     this.params.goodsName = this.$route.query.searchKey || "";
     // this.params.searchKey = this.$route.query.searchKey || "";
     this.params.educationTypeId = this.$route.query.educationId || "";
-    this.params.projectId = this.$route.query.projectId || "";
+    // this.params.projectId = this.$route.query.projectId || "";
     this.params.businessId = this.$route.query.businessId || "";
     if (this.params.businessId) {
       this.getSubjectList();

+ 1 - 1
src/pages/live-list/index.vue

@@ -177,7 +177,7 @@ export default {
     this.params.goodsName = this.$route.query.searchKey || "";
     // this.params.searchKey = this.$route.query.searchKey || "";
     this.params.educationTypeId = this.$route.query.educationId || "";
-    this.params.projectId = this.$route.query.projectId || "";
+    // this.params.projectId = this.$route.query.projectId || "";
     this.params.businessId = this.$route.query.businessId || "";
     if (this.params.businessId) {
       this.getSubjectList();