审核提交修改

dev
dsh 12 months ago
parent 6f517b5891
commit d4461fdc9f

@ -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 => {

Loading…
Cancel
Save