remove unnecessary lazy

This commit is contained in:
pa
2026-01-02 01:23:08 +09:00
committed by Natsumi
parent 9109c96606
commit e1e6d52ac8
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -5,7 +5,6 @@
:data="paginatedData" :data="paginatedData"
v-bind="mergedTableProps" v-bind="mergedTableProps"
:default-sort="resolvedDefaultSort" :default-sort="resolvedDefaultSort"
lazy
@row-click="handleRowClick"> @row-click="handleRowClick">
<slot></slot> <slot></slot>
</el-table> </el-table>
-1
View File
@@ -406,7 +406,6 @@ function openExternalLink(link) {
} }
}) })
.then((action) => { .then((action) => {
console.log(action);
if (action === 'confirm') { if (action === 'confirm') {
AppApi.OpenLink(link); AppApi.OpenLink(link);
} }