From 8810d2dca59577cf89b0730c719b16cbdc3552ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=9C=84?= Date: Tue, 12 Sep 2023 09:30:04 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E8=BD=A6=E5=9E=8B=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../vehicleItemLibrary/modules/VehicleItemLibraryModal.vue | 4 +++- .../domesticStandard/DomesticStandardList.vue | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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',