wupengfei
6 天以前 e32d6239d09f6d9d66c77ad5a7d9716d20b61428
src/views/EmploymentManage/components/CheckManageDialog.vue
@@ -27,8 +27,6 @@
  defineOperationBtns,
  useTable,
} from '@bole-core/components';
import { OrderInputType } from '@bole-core/core';
import * as flexEnterpriseServices from '@/services/api/FlexEnterprise';
defineOptions({
  name: 'EnterpriseConsumptionDetailDialog',
@@ -108,7 +106,7 @@
  },
  {
    defaultExtraParams: {
      orderInput: [{ property: 'id', order: OrderInputType.Desc }],
      orderInput: [{ property: 'id', order: EnumPagedListOrder.Desc }],
    },
    queryKey: ['flexEnterpriseServices/getFlexEnterpriseList'],
    columnsRenderProps: {},