对接报修列表和报修详情、访客列表

This commit is contained in:
zhouyanli
2026-04-30 17:30:34 +08:00
parent ba9ed8d700
commit d0a0b2dbaf
6 changed files with 73 additions and 37 deletions

View File

@@ -129,7 +129,7 @@ const fetchDetail = async (id) => {
}
onLoad((option) => {
console.log("页面打开,路由参数:", option)
// console.log("页面打开,路由参数:", option)
// 传了 id 才调用接口
if (option?.id) {