Commit db43de3b authored by danfuman's avatar danfuman

修改

parent 46c78552
......@@ -301,8 +301,11 @@
})
},
addqy(){
if(this.queryParam.companyName === '' && this.queryParam.companyRole === ''){
return this.$message.warning('企业角色和企业名称需填写完整!')
if(this.queryParam.companyName === ''){
return this.$message.warning('企业名称需填写完整!')
}
if(this.queryParam.companyRole === ''){
return this.$message.warning('企业角色称需填写完整!')
}
addXGQY(this.queryParam).then(res=>{
this.hzhbVisible=false
......
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