diff --git a/src/views/reward/apply/index.vue b/src/views/reward/apply/index.vue index 753dbf7..ccef8b3 100644 --- a/src/views/reward/apply/index.vue +++ b/src/views/reward/apply/index.vue @@ -384,6 +384,7 @@ export default { this.title = "查看奖项"; const applyId = row.applyId || this.ids this.isShowUploadButton = false + this.isShowButton = false getDetail(applyId).then(response => { this.form = response.data; console.log(this.form)