@@ -57,6 +57,9 @@ export default {
this.$message.warning("请输入驳回理由")
return
} */
+ if(this.content.length > 500){
+ return this.$message.warning('内容不能超过500字')
+ };
this.$emit('edit',this.content)
}
},