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