修复bug

This commit is contained in:
jxjgmj 2022-06-17 11:22:57 +08:00
parent 349279f46f
commit 838edc04a9

View File

@ -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;