【修改】审核意见
This commit is contained in:
@@ -138,7 +138,7 @@ export default {
|
|||||||
this.$message.warning("请您填写审核意见")
|
this.$message.warning("请您填写审核意见")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
this.$emit('handleTransfer')
|
this.$emit('handleTransfer',this.examineForm.approvalOpinion)
|
||||||
},
|
},
|
||||||
handleSubmit(type) {
|
handleSubmit(type) {
|
||||||
if(type=='n'){
|
if(type=='n'){
|
||||||
|
|||||||
@@ -138,7 +138,7 @@ export default {
|
|||||||
this.$message.warning("请您填写审核意见")
|
this.$message.warning("请您填写审核意见")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
this.$emit('handleTransfer')
|
this.$emit('handleTransfer',this.examineForm.approvalOpinion)
|
||||||
},
|
},
|
||||||
handleSubmit(type) {
|
handleSubmit(type) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user