rkljw 2 сар өмнө
parent
commit
684369e349

+ 1 - 1
src/views/role/components/userEnterprise.vue

@@ -276,7 +276,7 @@ export default {
         id_card:"",//身份证号
         mobile:"",//手机号
         city_arr_id:"",//工作区域 
-        address_arr_id:"",//详细地址
+        address_arr_id:[],//详细地址
         from_time:"",//有效期开始时间
         to_time:"",//有效期结束时间
         long_time:0,//是否为长期 //长期1:长期 0:非长期

+ 2 - 2
src/views/role/components/userInvestigate.vue

@@ -67,7 +67,7 @@
             <!--新密码 end------------------------------------------>
           </div>
           <el-form-item label="调研员编号:" :label-width="formLabelWidth" prop="number" class="custom-align-right">
-            <el-input v-model="form.number" autocomplete="off" placeholder="请输入真实姓名.."></el-input>
+            <el-input v-model="form.number" autocomplete="off" placeholder="请输入调研员编号.."></el-input>
           </el-form-item>
           <el-form-item label="真实姓名:" :label-width="formLabelWidth" prop="real_name" class="custom-align-right">
             <el-input v-model="form.real_name" autocomplete="off" placeholder="请输入真实姓名.."></el-input>
@@ -335,7 +335,7 @@ export default {
         mobile:"",//手机号
         native_place_arr_id:"",//籍贯
         city_arr_id:"",//工作区域
-        address_arr_id:"",//详细地址
+        address_arr_id:[],//详细地址
         address:"",//详细地址门牌号
         from_time:"",//有效期开始时间
         to_time:"",//有效期结束时间

+ 1 - 1
src/views/role/components/userPolitician.vue

@@ -242,7 +242,7 @@
             real_name:"",//真实姓名
             id_card:"",//身份证号
             mobile:"",//手机号
-            address_arr_id:"",//详细地址
+            address_arr_id:[],//详细地址
             city_arr_id:"",//工作区域
             from_time:"",//有效期开始时间
             to_time:"",//有效期结束时间