From 838edc04a9684032c4a9311118503ae8c6bf5ee9 Mon Sep 17 00:00:00 2001 From: jxjgmj <1351094127@qq.com> Date: Fri, 17 Jun 2022 11:22:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectFront/buildersDiary/diaryMod.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;