兵马未动 粮草先行
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
// 编辑
|
||||
|
||||
Reference in New Issue
Block a user