From 87af8eda59a2679cb1c9295012adda05b72cde85 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期五, 08 八月 2025 14:28:46 +0800
Subject: [PATCH] feat: 任务
---
src/views/CPersonManage/CPersonManageList.vue | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/views/CPersonManage/CPersonManageList.vue b/src/views/CPersonManage/CPersonManageList.vue
index afbed41..ac1cda8 100644
--- a/src/views/CPersonManage/CPersonManageList.vue
+++ b/src/views/CPersonManage/CPersonManageList.vue
@@ -80,7 +80,6 @@
import { useAccess, useGlobalEventContext } from '@/hooks';
import { Gender } from '@/constants';
import CPersonDetailDialog from './components/CPersonDetailDialog.vue';
-import { OrderInputType } from '@bole-core/core';
import { convertApi2FormUrlOnlyOne, format } from '@/utils';
import { ModelValueType } from 'element-plus';
@@ -168,7 +167,7 @@
realVerifyStatus: '' as any as boolean,
nearlyHireDateTime: [] as unknown as ModelValueType,
nearlySignDateTime: [] as unknown as ModelValueType,
- orderInput: [{ property: 'userId', order: OrderInputType.Desc }],
+ orderInput: [{ property: 'userId', order: EnumPagedListOrder.Desc }],
},
queryKey: ['flexEnterpriseWokerServices/getUserClientList'],
columnsRenderProps: {
--
Gitblit v1.9.1