修正ts类型
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
<script setup lang="ts">
|
||||
import { propTypes } from '@/utils/propTypes';
|
||||
import { FlowTaskVO, TaskOperationBo } from '@/api/workflow/task/types';
|
||||
import UserSelect from '@/components/UserSelect';
|
||||
import UserSelect from '@/components/UserSelect/index.vue';
|
||||
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
|
||||
import { getTask, taskOperation, currentTaskAllUser, terminationTask } from '@/api/workflow/task';
|
||||
const props = defineProps({
|
||||
@@ -91,7 +91,9 @@ const task = ref<FlowTaskVO>({
|
||||
nodeRatio: undefined,
|
||||
version: undefined,
|
||||
applyNode: undefined,
|
||||
buttonList: []
|
||||
buttonList: [],
|
||||
businessCode: '',
|
||||
businessTitle: ''
|
||||
});
|
||||
|
||||
const open = (taskId: string) => {
|
||||
|
||||
Reference in New Issue
Block a user