Commit 83dabc4b authored by youjie's avatar youjie

no message

parent 7f6f3724
......@@ -1414,11 +1414,13 @@
}
}
this.updateMsg.SigningType = this.updateMsg.SigningType ? 1 : 0
if (this.updateMsg.Province == ''||this.updateMsg.City == ''||this.updateMsg.District == ''||!this.updateMsg.District) {
if (this.currentUserInfo&&this.currentUserInfo.RB_Group_id==2&& this.currentUserInfo.RB_Branch_id !=1252&&(this.updateMsg.Province == ''||this.updateMsg.City == ''||this.updateMsg.District == ''||!this.updateMsg.District)) {
this.$message.error(this.$t('objFill.v101.LeaveGroupDownload.qingxzssq'))
// this.updateMsg.District = 0
return
}
if (this.updateMsg.District == ''||!this.updateMsg.District) {
this.updateMsg.District = 0
}
// if (this.BusinessCardPhotos) {
// this.updateMsg.BusinessCardPhotos = []
// this.updateMsg.BusinessCardPhotos.push(this.BusinessCardPhotos)
......@@ -1940,11 +1942,13 @@
return
}
}
if (this.addMsg.Province == ''||this.addMsg.City == ''||this.addMsg.District == ''||!this.addMsg.District) {
if (this.currentUserInfo&&this.currentUserInfo.RB_Group_id==2&& this.currentUserInfo.RB_Branch_id !=1252&&(this.addMsg.Province == ''||this.addMsg.City == ''||this.addMsg.District == ''||!this.addMsg.District)) {
this.$message.error(this.$t('objFill.v101.LeaveGroupDownload.qingxzssq'))
// this.addMsg.District = 0
return
}
if (this.addMsg.District == ''||!this.addMsg.District) {
this.addMsg.District = 0
}
if (this.HousePhotos) {
this.addMsg.HousePhotos = []
this.addMsg.HousePhotos.push(this.HousePhotos)
......
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