src/views/basicData/supplierManage/filesDia.vue
@@ -30,16 +30,10 @@ :isSelection="true" @selection-change="handleSelectionChange" height="500" @pagination="paginationSearch" :page="{ ...page, total }" > </PIMTable> <pagination style="margin: 10px 0" v-show="total > 0" @pagination="paginationSearch" :total="total" :page="page.current" :limit="page.size" /> <template #footer> <div class="dialog-footer"> <el-button @click="closeDia">取消</el-button> @@ -196,4 +190,4 @@ <style scoped> </style> </style>