提交修改

dev
dsh 12 months ago
parent be3cb0865a
commit 2e6d9368b7

@ -384,6 +384,7 @@ export default {
this.title = "查看奖项"; this.title = "查看奖项";
const applyId = row.applyId || this.ids const applyId = row.applyId || this.ids
this.isShowUploadButton = false this.isShowUploadButton = false
this.isShowButton = false
getDetail(applyId).then(response => { getDetail(applyId).then(response => {
this.form = response.data; this.form = response.data;
console.log(this.form) console.log(this.form)

Loading…
Cancel
Save