@ -749,11 +749,6 @@ export default {
* 批准操作
*/
approveApply() {
if (!this.approvalData.comment) {
this.$message.warning('请输入审批意见')
return
}
this.approvalData.action = '批准'
this.doApproval()
},