预制组件列表

This commit is contained in:
2026-06-12 15:14:46 +08:00
parent c749dd6b28
commit 36c7851d39
9 changed files with 1279 additions and 336 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ import { reqTrainNumberList } from '@/api/hj'
const clickTap = (item) => {
uni.navigateTo({
url: `/pipe/deliver/detail?id=${item.TrainNumberId}&from=1`
url: `/pipe/deliver/detail?id=${item.Id}&from=1`
})
}