diff --git a/src/views/modules/result/record/approval-add-or-update.vue b/src/views/modules/result/record/approval-add-or-update.vue index 31222c4..21414a2 100644 --- a/src/views/modules/result/record/approval-add-or-update.vue +++ b/src/views/modules/result/record/approval-add-or-update.vue @@ -3,8 +3,10 @@ :title="'' " :close-on-click-modal="false" :visible.sync="visible"> + - + + +
@@ -90,16 +93,11 @@ export default { }) }, commitRecord (status) { - if(status === 5 && this.dataForm.rollbackFlowId === ''){ - this.alertInfo("请选择驳回目标") - return; - } commitApproval({ 'recordResultId': this.recordResultId, 'resultComment': Base64.encode(this.resultCommentEditor.txt.html()), 'status': status, - 'resultCommitId': this.resultCommitId, - 'rollbackFlowId': this.dataForm.rollbackFlowId + 'resultCommitId': this.resultCommitId }).then(data => { if (data && data.code === 0) { this.$emit('refreshDataList', this.recordResultId)