update
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
</a-table>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import { nextTick, onMounted, ref, watch } from 'vue';
|
||||
import { nextTick, ref, watch } from 'vue';
|
||||
import { isFunction } from '/@/utils/is.ts';
|
||||
|
||||
const props = defineProps({
|
||||
@@ -81,6 +81,7 @@
|
||||
dataSource.value = result?.records;
|
||||
}
|
||||
paginationProp.value = { ...paginationProp.value, ...result };
|
||||
paginationProp.value.pageSize = result.size;
|
||||
}
|
||||
} finally {
|
||||
tableLoading.value = false;
|
||||
|
||||
Reference in New Issue
Block a user