Commit 6b96754e authored by 吴春's avatar 吴春

111

parent 0aa2b8b9
......@@ -700,7 +700,7 @@
</el-form-item>
</el-col>
<el-col :span="6" v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2 && currentUserInfo.RB_Branch_id !=1252 && currentUserInfo.RB_Branch_id !=1257">
<el-form-item :label="$t('pub.area')" prop="District">
<el-form-item :label="$t('pub.area')" >
<el-select class="addMsgSW" filterable v-model='addMsg.Province' @change='getCity'>
<el-option v-for='item in provinceList' :label='item.Name' :value='item.ID' :key='item.ID'>
</el-option>
......@@ -1982,8 +1982,8 @@
}
}
if (this.currentUserInfo&&this.currentUserInfo.RB_Group_id==2&& this.currentUserInfo.RB_Branch_id !=1252&& this.currentUserInfo.RB_Branch_id !=1257&&(this.addMsg.Province == ''||this.addMsg.City == ''||this.addMsg.District == ''||!this.addMsg.District)) {
this.$message.error(this.$t('objFill.v101.LeaveGroupDownload.qingxzssq'))
return
// this.$message.error(this.$t('objFill.v101.LeaveGroupDownload.qingxzssq'))
// return
}
if (this.addMsg.District == ''||!this.addMsg.District) {
this.addMsg.District = 0
......
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