|
|
@@ -208,7 +208,7 @@ export default {
|
|
|
return
|
|
|
}
|
|
|
this.auditForm.prescribeId = row.prescribeId
|
|
|
- this.auditForm.auditStatus = (current === 2 || current === '2') ? 2 : (current === 3 || current === '3') ? 3 : 2
|
|
|
+ this.auditForm.auditStatus = 1
|
|
|
this.auditForm.auditReason = row.auditReason || ''
|
|
|
this.auditDialog.open = true
|
|
|
},
|