From 8b9a7701bfa5b94e121dccdf5a982ea1820bb81e Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 25 九月 2024 16:28:02 +0800
Subject: [PATCH] #

---
 zy-acs-flow/src/page/action/ActionList.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/zy-acs-flow/src/page/action/ActionList.jsx b/zy-acs-flow/src/page/action/ActionList.jsx
index da7ee0b..dae0a72 100644
--- a/zy-acs-flow/src/page/action/ActionList.jsx
+++ b/zy-acs-flow/src/page/action/ActionList.jsx
@@ -68,7 +68,7 @@
     <ReferenceInput source="agvId" label="table.field.action.agvId" reference="agv" alwaysOn>
         <AutocompleteInput label="table.field.action.agvId" optionText="uuid" filterToQuery={(val) => ({ uuid: val })} />
     </ReferenceInput>,
-    <TextInput source="groupId" label="table.field.action.groupId" alwaysOn />,
+    <TextInput source="groupId" label="table.field.action.groupId" alwaysOn resettable />,
     <ReferenceInput source="busId" label="table.field.action.busId" reference="bus">
         <AutocompleteInput label="table.field.action.busId" optionText="busNo" filterToQuery={(val) => ({ seqNum: val })} />
     </ReferenceInput>,
@@ -127,7 +127,7 @@
                 title={"menu.action"}
                 empty={<EmptyData onClick={() => { setCreateDialog(true) }} />}
                 filters={filters}
-                sort={{ field: "create_time", order: "desc" }}
+                sort={{ field: "io_time", order: "desc" }}
                 actions={(
                     <TopToolbar>
                         <FilterButton />

--
Gitblit v1.9.1