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 = '修改' }) },