diff --git a/src/views/projectFront/buildersDiary/diaryMod.vue b/src/views/projectFront/buildersDiary/diaryMod.vue index cae4c06e..ab4c5a62 100644 --- a/src/views/projectFront/buildersDiary/diaryMod.vue +++ b/src/views/projectFront/buildersDiary/diaryMod.vue @@ -801,9 +801,9 @@ export default { this.dialogImageUrl = this.fileUrl + file.url; this.imageUrlDialog = true; }, - //提交保存 submitForm() { + if(!this.ruleForm.buildName){ this.$message.error("请输入单位工程名称") return false;