@@ -9,6 +9,8 @@
:option="option"
@row-update="updateRow"
v-model:page="page"
+ @size-change="dataList"
+ @current-change="dataList"
>
<template #menu="{ size, row, index }">
<el-button
@@ -9,6 +9,9 @@
:data="data"
+ >
/>
<CommonTable
ref="ctableRef"
<a v-if="row.filePath" :href="row.filePath"
@@ -13,6 +13,8 @@
<template #menu="{ row, index, type }">