wupengfei
1 天以前 d32cd83674f9b0db0154e6228807e658539f8cd0
src/views/FinanceManage/components/BalanceDetailDialog.vue
@@ -136,6 +136,8 @@
  () => visible.value,
  (value) => {
    if (value) {
      extraParamState.type = '' as any as EnumUserWalletTransactionType;
      extraParamState.creationTime = [] as unknown as ModelValueType;
      getList();
    }
  }
@@ -169,7 +171,7 @@
    defaultExtraParams: {
      type: '' as any as EnumUserWalletTransactionType,
      creationTime: [] as unknown as ModelValueType,
      orderInput: [{ property: 'id', order: EnumPagedListOrder.Asc }],
      orderInput: [{ property: 'id', order: EnumPagedListOrder.Desc }],
    },
    columnsRenderProps: {
      transDate: { type: 'date', format: 'YYYY-MM-DD HH:mm:ss' },