diff --git a/src/hooks/system/useListPage.ts b/src/hooks/system/useListPage.ts index a8c6152..0aabc7e 100644 --- a/src/hooks/system/useListPage.ts +++ b/src/hooks/system/useListPage.ts @@ -281,7 +281,7 @@ export function useListTable(tableProps: TableProps): [ // 发送请求之前调用的方法 function beforeFetch(params) { // 默认以 createTime 降序排序 - return Object.assign({ column: 'createTime', order: 'desc' }, params); + return Object.assign({ }, params); } // 合并方法 diff --git a/src/views/military/modules/ai/aiModel/components/DtAiModelForm.vue b/src/views/military/modules/ai/aiModel/components/DtAiModelForm.vue index 34c44d7..91b15ee 100644 --- a/src/views/military/modules/ai/aiModel/components/DtAiModelForm.vue +++ b/src/views/military/modules/ai/aiModel/components/DtAiModelForm.vue @@ -4,17 +4,17 @@ - + - + - + + - + + - + +