diff --git a/src/views/projectLibrary/vehicleItemLibrary/modules/VehicleItemLibraryModal.vue b/src/views/projectLibrary/vehicleItemLibrary/modules/VehicleItemLibraryModal.vue index a3dd3bd8..0291545c 100644 --- a/src/views/projectLibrary/vehicleItemLibrary/modules/VehicleItemLibraryModal.vue +++ b/src/views/projectLibrary/vehicleItemLibrary/modules/VehicleItemLibraryModal.vue @@ -121,7 +121,9 @@ export default { add () { this.form.resetFields() this.visible = true - this.model.projectSource = ProjectSource.ADD.value + this.model = { + projectSource: ProjectSource.ADD.value + } this.$nextTick(() => { this.form.setFieldsValue(this.model) }) diff --git a/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue b/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue index 8ed3c561..7d893230 100644 --- a/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue +++ b/src/views/standardRegulationLibrary/domesticStandard/DomesticStandardList.vue @@ -481,6 +481,10 @@ export default { this.loading = false }) }, + /** + * 跳转详情页 + * @param id + */ toDetailPage ({ id }) { this.$openPageNewSheet({ path: '/standardRegulationLibrary/DomesticStandardDetail',