|
|
@ -360,7 +360,8 @@ export default {
|
|
|
|
this.reset();
|
|
|
|
this.reset();
|
|
|
|
this.isView = false;
|
|
|
|
this.isView = false;
|
|
|
|
this.applyId = row.applyId
|
|
|
|
this.applyId = row.applyId
|
|
|
|
this.isReadOnly = false
|
|
|
|
this.isReadOnly = true
|
|
|
|
|
|
|
|
this.isShowButton = true
|
|
|
|
this.isShowUploadButton = false
|
|
|
|
this.isShowUploadButton = false
|
|
|
|
const applyId = row.applyId || this.ids
|
|
|
|
const applyId = row.applyId || this.ids
|
|
|
|
getDetail(applyId).then(response => {
|
|
|
|
getDetail(applyId).then(response => {
|
|
|
|