【修改】审核意见

This commit is contained in:
zhoulingpo
2023-05-11 16:21:30 +08:00
parent 62120b8640
commit 3b75e2a93e
2 changed files with 2 additions and 2 deletions
@@ -138,7 +138,7 @@ export default {
this.$message.warning("请您填写审核意见")
return
}
this.$emit('handleTransfer')
this.$emit('handleTransfer',this.examineForm.approvalOpinion)
},
handleSubmit(type) {
if(type=='n'){
@@ -138,7 +138,7 @@ export default {
this.$message.warning("请您填写审核意见")
return
}
this.$emit('handleTransfer')
this.$emit('handleTransfer',this.examineForm.approvalOpinion)
},
handleSubmit(type) {