mirror of
https://github.com/shawncai/ERP.git
synced 2024-11-15 21:25:14 +08:00
commit
修改bug
This commit is contained in:
parent
c4c9d50db2
commit
13b8b02bdf
1 changed files with 3 additions and 0 deletions
|
@ -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: '信息未填完整',
|
||||
|
|
Loading…
Reference in a new issue