优化暂态事件列表
This commit is contained in:
@@ -101,7 +101,7 @@ const tableStore: any = new TableStore({
|
||||
setTime()
|
||||
},
|
||||
loadCallback: () => {
|
||||
value.value = tableStore.table.params.searchBeginTime
|
||||
value.value = dayjs(tableStore.table.params.searchBeginTime).toDate()
|
||||
if (tableStore.table.data && tableStore.table.data.length > 0) {
|
||||
list.value = tableStore.table.data.map((item: any) => {
|
||||
// 将 items 数组转换为带换行的文本
|
||||
|
||||
Reference in New Issue
Block a user