7/10 缴费分析,人员分析 数据对接
This commit is contained in:
@@ -220,6 +220,8 @@ const form = ref({
|
||||
vx: '', //微信
|
||||
houseUse: '0', //房屋用途
|
||||
rentalStatus: 0, //租赁状态
|
||||
buildingId: null, //楼栋id
|
||||
unitNoId: null, //单元id
|
||||
email: '' //邮箱
|
||||
});
|
||||
const userHousepath = ref<CascaderValue>([]);
|
||||
@@ -257,11 +259,9 @@ async function gettreedata() {
|
||||
...form.value,
|
||||
...res.data
|
||||
};
|
||||
housedeviceslist.value = form.value.facilities.split(',').filter((item) => item);
|
||||
const imgurllist = splitStringUrl(form.value.houseImageUrl);
|
||||
fileList.value = imgurllist;
|
||||
const arr = getHousePathById(treedata.value, form.value.houseId);
|
||||
userHousepath.value = arr;
|
||||
if (form.value.facilities) housedeviceslist.value = form.value.facilities.split(',').filter((item) => item);
|
||||
if (form.value.houseImageUrl) fileList.value = splitStringUrl(form.value.houseImageUrl);
|
||||
handleChange([form.value.buildingId, form.value.unitNoId, form.value.houseId]);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user