Jelajahi Sumber

去掉projiectID

谢杰标 2 tahun lalu
induk
melakukan
6049a7cfe4

+ 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();