公告,活动,投诉接口对接完成

This commit is contained in:
Zy
2026-04-14 17:34:33 +08:00
parent 2701b02c59
commit 40f13be704
41 changed files with 2499 additions and 220 deletions

View File

@@ -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(' - ');