|
|
|
@ -426,16 +426,16 @@ export default { |
|
|
|
} else { |
|
|
|
this.postDataForm.deptResultDTOS = [] |
|
|
|
} |
|
|
|
if (this.postDataForm.handleAdvice === '') { |
|
|
|
if (this.postDataForm.outHandleAdvice === '') { |
|
|
|
return this.$message.error('回复居民意见不能为空') |
|
|
|
} |
|
|
|
if (this.postDataForm.handleAdvice.length > 500) { |
|
|
|
if (this.postDataForm.outHandleAdvice.length > 500) { |
|
|
|
return this.$message.error('回复居民意见不能超过500字') |
|
|
|
} |
|
|
|
if (this.postDataForm.outHandleAdvice === '') { |
|
|
|
if (this.postDataForm.handleAdvice === '') { |
|
|
|
return this.$message.error('项目处理意见不能为空') |
|
|
|
} |
|
|
|
if (this.postDataForm.outHandleAdvice > 500) { |
|
|
|
if (this.postDataForm.handleAdvice > 500) { |
|
|
|
return this.$message.error('项目处理意见不能超过500字') |
|
|
|
} |
|
|
|
if (this.evaluateDeptDTOSVisible) { |
|
|
|
|