yxk-20260424-新增通用查询流程组件v2,传入businessid查询所有相关流程
This commit is contained in:
@@ -68,6 +68,7 @@
|
||||
import BgPartymatterFeedbackList from './BgPartymatterFeedbackList.vue';
|
||||
import BusinessProcessListModal from '/src/components/semri/process/BusinessProcessListModal.vue';
|
||||
import FlowScheduleStartModal from '/src/components/semri/process/FlowScheduleStartModal.vue';
|
||||
import { columns as taskTaskColumns } from '/@/views/taskProcess/TaskTask.data';
|
||||
import { columns, superQuerySchema } from './BgPartymatter.data';
|
||||
import { list, deleteOne, batchDelete, getImportUrl, getExportUrl } from './BgPartymatter.api';
|
||||
|
||||
@@ -82,6 +83,7 @@
|
||||
const flowScheduleModalRef = ref();
|
||||
const businessProcessListModalRef = ref();
|
||||
const queryParam = reactive<any>({});
|
||||
const processColumns = taskTaskColumns;
|
||||
//注册table数据
|
||||
const { tableContext, onExportXls, onImportXls } = useListPage({
|
||||
tableProps:{
|
||||
@@ -241,6 +243,8 @@
|
||||
businessProcessListModalRef.value?.open({
|
||||
title: '流程列表',
|
||||
businessId: record.id,
|
||||
columns:''
|
||||
// columns: processColumns,默认值
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user