From 93ad7e49b0fdba063721bf40bcfd507a472219d4 Mon Sep 17 00:00:00 2001 From: zhaoxiao Date: Tue, 2 Nov 2021 16:25:14 +0800 Subject: [PATCH] =?UTF-8?q?[bug]=20=E6=94=B6=E5=85=A5=E5=90=88=E5=90=8C?= =?UTF-8?q?=E5=85=B3=E8=81=94=E9=A1=B9=E7=9B=AE=E5=88=B7=E6=96=B0=E5=B7=B2?= =?UTF-8?q?=E6=94=B6=E9=87=91=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../revenueContract/modules/RevenueContractModule.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/contractManagement/revenueContract/modules/RevenueContractModule.vue b/src/views/contractManagement/revenueContract/modules/RevenueContractModule.vue index aac185c..d163c8b 100644 --- a/src/views/contractManagement/revenueContract/modules/RevenueContractModule.vue +++ b/src/views/contractManagement/revenueContract/modules/RevenueContractModule.vue @@ -808,7 +808,7 @@ export default { this.$refs.projectTypeSelection.open() }, /** - * 项目类型选择回调,动态传入表头数据 + * 项目类型选择 * @param type */ selectProjectTypeOk(type) { @@ -872,6 +872,7 @@ export default { * 项目选中回调 */ selectProjectOk() { + this.edit(this.model.id) this.$refs.associatedProject.loadAssociatedProject() }, /**