修改页码bug
This commit is contained in:
@@ -2070,13 +2070,13 @@ export default {
|
||||
rows: 10,
|
||||
replacePage: 1,
|
||||
replaceTotal: 0,
|
||||
replaceRows: 10,
|
||||
replaceRows: this.$store.getters.userInfo.configContent,
|
||||
pageItems: 1,
|
||||
totalItems: 0,
|
||||
itemsRows: 10,
|
||||
itemsRows: this.$store.getters.userInfo.configContent,
|
||||
configPage: 1,
|
||||
configTotal: 0,
|
||||
configRows: 10,
|
||||
configRows: this.$store.getters.userInfo.configContent,
|
||||
zNodesS: [], // 责任部门树结构
|
||||
zNodesSItem: [],
|
||||
searchInlandNodes: [], // 条目部门选择树形结构
|
||||
|
||||
+3
-1
@@ -212,6 +212,8 @@
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
<pagination
|
||||
:auto-size="true"
|
||||
:page-size="sarProStatePageSize"
|
||||
:page="sarProStateTotalPage"
|
||||
:total="sarProStateTotal"
|
||||
@pageChange="pageProStateChange"
|
||||
@@ -251,7 +253,7 @@ export default {
|
||||
},
|
||||
sarProStateTotal: 0,
|
||||
sarProStateTotalPage: 1,
|
||||
sarProStatePageSize: this.$store.getters.userInfo.configContent,
|
||||
sarProStatePageSize:20,
|
||||
sarProStateListDatas: [], // 符合性项目列表数据
|
||||
sarProStateTableHeight: null, // 符合性项目列表高度
|
||||
productId: "" // 符合性项目Id
|
||||
|
||||
+3
-1
@@ -309,6 +309,8 @@
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
<pagination
|
||||
:auto-size="true"
|
||||
:pageSize="sarProStatePageSize"
|
||||
:page="sarProStateTotalPage"
|
||||
:total="sarProStateTotal"
|
||||
@pageChange="pageProStateChange"
|
||||
@@ -483,7 +485,7 @@
|
||||
},
|
||||
sarProStateTotal: 0,
|
||||
sarProStateTotalPage: 1,
|
||||
sarProStatePageSize: this.$store.getters.userInfo.configContent,
|
||||
sarProStatePageSize: 20,
|
||||
sarProStateListDatas: [], // 符合性项目列表数据
|
||||
sarProStateTableHeight: null,
|
||||
standId: '', // 符合性项目id
|
||||
|
||||
@@ -564,6 +564,7 @@
|
||||
width="875px"
|
||||
:close-on-click-modal="false"
|
||||
:append-to-body="true"
|
||||
:destroy-on-close="true"
|
||||
>
|
||||
<div class="search-area">
|
||||
<div class="left">
|
||||
@@ -688,6 +689,7 @@
|
||||
<pagination
|
||||
style="position: relative;"
|
||||
:page="page"
|
||||
:autoSize="true"
|
||||
:pageSize="pageSize"
|
||||
:total="total"
|
||||
@pageChange="pageChange"
|
||||
@@ -743,7 +745,7 @@ export default {
|
||||
}
|
||||
],
|
||||
page: 1,
|
||||
pageSize: this.$store.getters.userInfo.configContent,
|
||||
pageSize: 20,
|
||||
total: 0,
|
||||
drawerTitle: "",
|
||||
//存放被勾选的项目的数据
|
||||
|
||||
Reference in New Issue
Block a user