Эх сурвалжийг харах

Merge branch 'gn_approval' into debug

cldu 5 сар өмнө
parent
commit
4c6e5d5bd4

+ 3 - 0
src/views/approve_manage/components/rejectDialog.vue

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