|
|
|
@ -11,6 +11,7 @@ import History from './History.vue'
|
|
|
|
|
import NotPassed from '@/components/Approval/NotPassed.vue'
|
|
|
|
|
import { getAllfieldList, getfieldList } from '@/api/home/filter'
|
|
|
|
|
import { TASK_STATUS_OBJ } from '@/enums/index'
|
|
|
|
|
import { useFinal } from '@/store/modules/final'
|
|
|
|
|
|
|
|
|
|
import {
|
|
|
|
|
audit,
|
|
|
|
@ -41,6 +42,7 @@ const CustomSettingModalRef = ref(null)
|
|
|
|
|
const taskTableData = ref<any[]>([])
|
|
|
|
|
const route = useRoute()
|
|
|
|
|
const isDetail = ref(false) // 是否是详情
|
|
|
|
|
const finalStore = useFinal()
|
|
|
|
|
const sortBy: any = {
|
|
|
|
|
orderType: 'desc',
|
|
|
|
|
orderName: 'similarityScore',
|
|
|
|
@ -366,7 +368,7 @@ function reloadList(param, text) {
|
|
|
|
|
// 修改左侧状态
|
|
|
|
|
const id = currentTaskId()
|
|
|
|
|
const hasCurrentId = param.flowTaskInfoList.find(item => item.formId === id)
|
|
|
|
|
|
|
|
|
|
finalStore.setListKey()
|
|
|
|
|
if (hasCurrentId)
|
|
|
|
|
emit('setAsideItemName', text)
|
|
|
|
|
|
|
|
|
|