From 4099d361b6178df9bf6bfec3759e5bbeda0e7aeb Mon Sep 17 00:00:00 2001 From: jiejie <2405793769@qq.com> Date: Wed, 27 Dec 2023 17:00:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=BC=E5=90=88=E7=9B=91?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E8=A1=A8=E3=80=81=E8=A7=86=E9=A2=91=E6=99=BA?= =?UTF-8?q?=E8=83=BD=E7=9B=91=E6=8E=A7=E8=A1=A8=E6=8E=92=E5=BA=8F=E6=96=B9?= =?UTF-8?q?=E5=BC=8F,=E6=9B=B4=E6=94=B9=E9=BB=98=E8=AE=A4=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/system/useListPage.ts | 2 +- .../ai/aiModel/components/DtAiModelForm.vue | 49 ++++++++++----- .../ai/monitorModel/DtMonitorModel.data.ts | 59 +++++++++++-------- .../ai/monitorModel/DtMonitorModelList.vue | 14 ++--- .../components/DtMonitorModelForm.vue | 53 +++++++++++------ .../equipmentManage/info/DtDeviceInfo.data.ts | 18 ++++-- 6 files changed, 125 insertions(+), 70 deletions(-) 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 @@ - + - + - + + - + + - + +