|
|
@@ -1132,14 +1132,14 @@
|
|
|
return
|
|
|
}
|
|
|
}
|
|
|
- if (this.shenheForm.AuditorRemark.trim().length < 1) {
|
|
|
+ if (this.auditform.AuditRemark.trim().length < 1) {
|
|
|
this.$message({
|
|
|
type: 'warning',
|
|
|
message: '请填写审批意见!'
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
- if (this.shenheForm.AuditorRemark.trim().length < 20) {
|
|
|
+ if (this.auditform.AuditRemark.trim().length < 20) {
|
|
|
this.$message({
|
|
|
type: 'warning',
|
|
|
message: '审批意见不能低于20个字符!'
|