查询翻页

This commit is contained in:
徐哼唧L
2023-12-07 13:20:25 +08:00
parent 7cc00acd2f
commit f64c2b05a5
9 changed files with 309 additions and 272 deletions

View File

@@ -6,7 +6,7 @@
</el-input>
</el-form-item>
<el-form-item>
<el-button @click="getDataList()">查询</el-button>
<el-button @click="pageIndex = 1;getDataList()">查询</el-button>
<el-button v-if="isAuth('book:user:save')" type="primary" @click="addOrUpdateHandle()">新增</el-button>
<el-button v-if="isAuth('book:user:delete')" type="danger" @click="deleteHandle()"
:disabled="dataListSelections.length <= 0">批量删除</el-button>