From 7a66eb028e8bef287c04a949b1925d5c8a495f20 Mon Sep 17 00:00:00 2001 From: lSun <15893999301@qq.com> Date: Wed, 13 Nov 2024 14:20:15 +0800 Subject: [PATCH] =?UTF-8?q?lsun=20=E5=8D=8F=E8=AE=AE=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/material/lease/protocol/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/material/lease/protocol/index.vue b/src/views/material/lease/protocol/index.vue index 5580bf3b..9e01fec8 100644 --- a/src/views/material/lease/protocol/index.vue +++ b/src/views/material/lease/protocol/index.vue @@ -625,6 +625,7 @@ export default { this.businessLicenseListTemp=[]; this.businessLicenseFileList=[]; this.showHouse = true + this.showConfirmButton = true this.title = '新增' }, @@ -656,6 +657,7 @@ export default { this.businessLicenseListTemp = []; } this.showHouse = true + this.showConfirmButton = true this.title = '修改' }) },