@@ -154,6 +154,12 @@
tableSetting: { fullScreen: true },
showIndexColumn: false,
rowKey: 'id',
+ fetchSetting: {
+ pageField: 'page',
+ sizeField: 'limit',
+ listField: 'list',
+ totalField: 'totalCount',
+ },
});
// pagination.value = { pageSize: 20 };
function rendercameraTypeLabel(cameraType: number): string {