修改序号bug

This commit is contained in:
zhoulingpo
2023-12-05 16:04:26 +08:00
parent 8d60b79bc5
commit 39544016ca
4 changed files with 9 additions and 13 deletions
@@ -123,6 +123,7 @@
</div>
<pagination
style="position: relative;"
:auto-size="true"
:page="configPage"
:pageSize="configRows"
:total="configTotal"
@@ -168,7 +169,7 @@ export default {
configStandFlag: false, // 控制配置标准表格是否显示
configPage: 1,
configTotal: 0,
configRows: this.$store.getters.userInfo.configContent,
configRows: 20,
searching: false,
configStandList: [],
configLoading: false, // 配置表格加载中