修改bug
This commit is contained in:
tczjx58520 2019-09-19 13:47:26 +08:00
parent c4c9d50db2
commit 13b8b02bdf

View file

@ -555,6 +555,7 @@ export default {
}
})
} else {
this.$refs.companyForm.validate()
this.$notify.error({
title: '错误',
message: '信息未填完整',
@ -566,6 +567,8 @@ export default {
}
})
} else {
this.$refs.connectForm.validate()
this.$refs.companyForm.validate()
this.$notify.error({
title: '错误',
message: '信息未填完整',