review:【antd】【mall】营销活动的商品选择

This commit is contained in:
YunaiV
2025-12-01 19:21:30 +08:00
parent a2e6e5097d
commit c05463ca0a
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ import { useGridColumns, useGridFormSchema } from './data';
defineOptions({ name: 'BpmDoneTask' }); defineOptions({ name: 'BpmDoneTask' });
/** 查看历史 */ /** 查看历史 */
function handleHistory(row: BpmTaskApi.TaskManager) { function handleHistory(row: BpmTaskApi.Task) {
router.push({ router.push({
name: 'BpmProcessInstanceDetail', name: 'BpmProcessInstanceDetail',
query: { query: {
@@ -26,7 +26,7 @@ function handleHistory(row: BpmTaskApi.TaskManager) {
} }
/** 撤回任务 */ /** 撤回任务 */
async function handleWithdraw(row: BpmTaskApi.TaskManager) { async function handleWithdraw(row: BpmTaskApi.Task) {
const hideLoading = message.loading({ const hideLoading = message.loading({
content: '正在撤回中...', content: '正在撤回中...',
duration: 0, duration: 0,
@@ -67,7 +67,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
refresh: true, refresh: true,
search: true, search: true,
}, },
} as VxeTableGridOptions<BpmTaskApi.TaskManager>, } as VxeTableGridOptions<BpmTaskApi.Task>,
}); });
</script> </script>

View File

@@ -13,7 +13,7 @@ import { useGridColumns, useGridFormSchema } from './data';
defineOptions({ name: 'BpmManagerTask' }); defineOptions({ name: 'BpmManagerTask' });
/** 查看历史 */ /** 查看历史 */
function handleHistory(row: BpmTaskApi.TaskManager) { function handleHistory(row: BpmTaskApi.Task) {
router.push({ router.push({
name: 'BpmProcessInstanceDetail', name: 'BpmProcessInstanceDetail',
query: { query: {