公告,活动,投诉接口对接完成
This commit is contained in:
@@ -217,7 +217,7 @@ async function init() {
|
||||
}
|
||||
}
|
||||
|
||||
const houseinfo = getHousePathById(treedata.value, form.value.houseId, 'label');
|
||||
const houseinfo = getHousePathById(treedata.value, Number(form.value.houseId), 'label');
|
||||
console.log(treedata.value);
|
||||
|
||||
form.value.house = houseinfo.join(' - ');
|
||||
|
||||
Reference in New Issue
Block a user