This commit is contained in:
pushuo 2022-06-30 14:11:24 +08:00
parent 0cf02ec117
commit 7ce3602a71
1 changed files with 2 additions and 0 deletions

View File

@ -158,6 +158,7 @@
this.$refs[form].validate((valid) => {
if (!valid) {
this.$message.error('请检查表单是否填写正确');
return;
}
});
},
@ -178,6 +179,7 @@
this.$refs[form].validate((valid) => {
if (!valid) {
this.$message.error('请检查表单是否填写正确');
return;
}
if (this.dialogAddress.index === null) {