兵马未动 粮草先行

This commit is contained in:
RISE
2026-02-08 23:47:50 +08:00
parent 00a005e65f
commit 2670340af3
47 changed files with 3909 additions and 257 deletions

View File

@@ -250,9 +250,9 @@ const {
tableStyle: _tableStyle
} = useTable(state)
// 查看详情
// 查看详情接口getActivityInfoSubList传入活动ID与行数据用于展示
const handleView = (row: any) => {
detailDialogRef.value?.openDialog(row.id)
detailDialogRef.value?.openDialog(row.id, row)
}
// 编辑