@@ -3967,16 +3967,16 @@
recallApplyConfirm () {
if (!this.auditform.AuditRemark) {
this.$message({
- duration: 10000,
- type: 'warning',
+ duration: 10000,
+ type: 'warning',
message: '请输入撤回原因!'
})
return false
}
if (this.auditform.AuditRemark.trim().length < 2) {
message: '撤回原因不能少于2个字!'