wupengfei
4 天以前 49511f498d9e4067169c43f58fe1968ca58ccabd
fix: bug
2个文件已修改
4 ■■■■ 已修改文件
src/views/DictionaryManage/DataDictionary.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/DictionaryManage/DictionaryCategoryManage.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/DictionaryManage/DataDictionary.vue
@@ -133,7 +133,7 @@
    defaultExtraParams: {
      categoryId: '',
      keywords: '',
      orderInput: [{ property: 'sort', order: EnumPagedListOrder.Desc }],
      orderInput: [{ property: 'sort', order: EnumPagedListOrder.Asc }],
    },
    queryKey: ['dictionaryServices/getDictionaryDatas'],
    columnsRenderProps: {
src/views/DictionaryManage/DictionaryCategoryManage.vue
@@ -101,7 +101,7 @@
  {
    defaultExtraParams: {
      keywords: '',
      orderInput: [{ property: 'sort', order: EnumPagedListOrder.Desc }],
      orderInput: [{ property: 'sort', order: EnumPagedListOrder.Asc }],
    },
    queryKey: ['dictionaryServices/getDictionaryCategories'],
    columnsRenderProps: {},