Commit c5c69b48 authored by youjie's avatar youjie

no message

parent a34a41c0
...@@ -948,7 +948,7 @@ ...@@ -948,7 +948,7 @@
</p> </p>
</el-col> </el-col>
<el-col :span="8" v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2&& currentUserInfo.RB_Branch_id !=1252"> <el-col :span="8" v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2&& currentUserInfo.RB_Branch_id !=1252">
<el-form-item :label="$t('system.quety_area')"> <el-form-item :label="$t('system.quety_area')" prop="District">
<el-select class="updateMsgSw" filterable v-model='updateMsg.Province' @change='getCityNew'> <el-select class="updateMsgSw" filterable v-model='updateMsg.Province' @change='getCityNew'>
<el-option v-for='item in provinceList' :label='item.Name' :value='item.ID' :key='item.ID'> <el-option v-for='item in provinceList' :label='item.Name' :value='item.ID' :key='item.ID'>
</el-option> </el-option>
...@@ -1414,8 +1414,10 @@ ...@@ -1414,8 +1414,10 @@
} }
} }
this.updateMsg.SigningType = this.updateMsg.SigningType ? 1 : 0 this.updateMsg.SigningType = this.updateMsg.SigningType ? 1 : 0
if (this.updateMsg.District == '') { if (this.updateMsg.Province == ''||this.updateMsg.City == ''||this.updateMsg.District == ''||!this.updateMsg.District) {
this.updateMsg.District = 0 this.$message.error(this.$t('objFill.v101.LeaveGroupDownload.qingxzssq'))
// this.updateMsg.District = 0
return
} }
// if (this.BusinessCardPhotos) { // if (this.BusinessCardPhotos) {
// this.updateMsg.BusinessCardPhotos = [] // this.updateMsg.BusinessCardPhotos = []
...@@ -1938,7 +1940,7 @@ ...@@ -1938,7 +1940,7 @@
return return
} }
} }
if (this.addMsg.Province == ''||this.addMsg.City == ''||this.addMsg.District == '') { if (this.addMsg.Province == ''||this.addMsg.City == ''||this.addMsg.District == ''||!this.addMsg.District) {
this.$message.error(this.$t('objFill.v101.LeaveGroupDownload.qingxzssq')) this.$message.error(this.$t('objFill.v101.LeaveGroupDownload.qingxzssq'))
// this.addMsg.District = 0 // this.addMsg.District = 0
return return
......
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