diff --git a/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue index bdcf60207..b9ebac65a 100644 --- a/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/accessStandardsAndRegulations/index.vue @@ -64,7 +64,7 @@ export default { continue; } else if (entity.id === "63e05705d0c8013162caa34f9fe52865") { list.push({ - label: "车辆类型清单", + label: "车型类别清单", name: "listProject" }); continue; diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/standInvolveProjectDetail.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/standInvolveProjectDetail.vue index 3e6968c6b..d99adb657 100644 --- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/standInvolveProjectDetail.vue +++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/pages/standInvolveProjectDetail.vue @@ -327,7 +327,8 @@ export default { pageSize: this.$store.getters.userInfo.configContent, sarProStateEO: { productName: "", - standId: "" + standId: "", + type: "" }, sarProStateTotal: 0, sarProStateTotalPage: 1, @@ -382,6 +383,7 @@ export default { this.queryStandAndLaws(); }, // 外层清空条件查询 handleProjectCompliance(row) { + this.sarProStateEO.type = row.type this.standId = row.standId; this.querySarProStateZero(); }, // 查看项目符合性