|
@@ -356,10 +356,12 @@ export default defineComponent({
|
|
|
|
|
|
|
|
userid.value = props.selectedRow.userid;
|
|
userid.value = props.selectedRow.userid;
|
|
|
mergeTwoObj(formState, props.selectedRow);
|
|
mergeTwoObj(formState, props.selectedRow);
|
|
|
- const { provinceid, cityid, attachment1, cardfrontphotourl, cardbackphotourl, parentuserid, userinfotype } = props.selectedRow;
|
|
|
|
|
|
|
+ const { provinceid, cityid, attachment1, cardfrontphotourl, cardbackphotourl, parentuserid, mobile, address } = props.selectedRow;
|
|
|
provinceid ? getCityList(provinceid) : (formState.provinceid = undefined);
|
|
provinceid ? getCityList(provinceid) : (formState.provinceid = undefined);
|
|
|
cityid ? getDistrictList(cityid) : ((formState.cityid = undefined), (formState.districtid = undefined));
|
|
cityid ? getDistrictList(cityid) : ((formState.cityid = undefined), (formState.districtid = undefined));
|
|
|
parentuserid ? (formState.areaid = parentuserid) : (formState.areaid = undefined);
|
|
parentuserid ? (formState.areaid = parentuserid) : (formState.areaid = undefined);
|
|
|
|
|
+ formState.mobilephone = mobile;
|
|
|
|
|
+ formState.ipaddress = address;
|
|
|
// userinfotype ? (formState.userinfotype = userinfotype) : (formState.userinfotype = undefined);
|
|
// userinfotype ? (formState.userinfotype = userinfotype) : (formState.userinfotype = undefined);
|
|
|
if (attachment1) {
|
|
if (attachment1) {
|
|
|
// 营业执照
|
|
// 营业执照
|