src/views/operate/scrap/AddScrapDialog.vue
@@ -212,7 +212,7 @@ }, // 设置删除/打印/编辑是否显示 setBottonView() { if (this.editConfig.title === "新建") { if (this.editConfig.title === "新建"||this.editConfig.title==="编辑") { this.showButton = false this.showEdit = false this.showFooter = true @@ -224,7 +224,7 @@ this.isValidateClick = false } else { this.showButton = true this.showEdit = true this.showEdit = false this.showFooter = false this.isValidateClick = true }