Commit 3bcce6b5 authored by liudong1993's avatar liudong1993

1

parent 5d047d8e
...@@ -1005,7 +1005,7 @@ ...@@ -1005,7 +1005,7 @@
</span> </span>
</p> </p>
</el-col> </el-col>
<el-col :span="8" v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2&& currentUserInfo.RB_Branch_id !=1252&& currentUserInfo.RB_Branch_id !=1257"> <el-col :span="8" v-if="currentUserInfo&&currentUserInfo.RB_Group_id==2&& currentUserInfo.RB_Branch_id !=1252&& currentUserInfo.RB_Branch_id !=1257 && !showTravelAICustomer">
<el-form-item :label="$t('system.quety_area')" prop="District"> <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'>
......
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