@@ -264,6 +264,9 @@ const rules1 = reactive({
},
],
});
+onMounted(() => {
+ getPagination1();
+});
</script>
<style lang="scss" scoped>