|
@@ -1824,8 +1824,8 @@ export default {
|
|
|
if (this.auditTypeItem.auditType == 0 || this.auditTypeItem.auditType == 2) {
|
|
|
this.denyForm.id = item.id
|
|
|
this.denyForm.reason = ''
|
|
|
- // this.denyReasonDialog = true
|
|
|
- this.deny()
|
|
|
+ this.denyReasonDialog = true
|
|
|
+ // this.deny()
|
|
|
} else {
|
|
|
this.downloadByA(item);
|
|
|
this.showSingleAudit = true;
|