|
|
@ -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)
|
|
|
|