Commit 25d4a075 authored by 罗超's avatar 罗超

修改验证

parent f916664b
...@@ -182,6 +182,14 @@ ...@@ -182,6 +182,14 @@
}, },
//保存校区 //保存校区
saveSchool() { saveSchool() {
if(this.objOption.ManagerId==0){
this.$q.notify({
type: 'negative',
position: "top",
message: `请选择校区联系人`
})
return;
}
this.saveLoading = true; this.saveLoading = true;
this.$refs.SName.validate() this.$refs.SName.validate()
this.$refs.SAddress.validate() this.$refs.SAddress.validate()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment