标准清单数据列表查询

This commit is contained in:
shen_yan_pu
2021-07-27 18:13:41 +08:00
parent 44ee835b19
commit 6383fb7f70
3 changed files with 5 additions and 1 deletions
@@ -259,6 +259,7 @@ export default {
_this: this
}, res => {
this.sarAccessListDatas = res.data.records
this.sarSarAccessEOSearch.page = 1
this.sarAccessListTotal = res.data.total
}, e => {
@@ -266,6 +266,7 @@ export default {
//分页查询
searchSarAccess() {
this.$http.get("sarLawsDetailedList/sar-laws-detailed-list/getAllStand", {
current: 1,
page: 1,
pageSize: this.pageSize,
...this.sarSarAccessEOSearch,
@@ -274,6 +275,7 @@ export default {
_this: this
}, res => {
this.sarAccessListDatas = res.data.records;
this.sarSarAccessEOSearch.page = 1
this.sarAccessListTotal = res.data.total;
}, e => {
});
@@ -267,7 +267,7 @@ export default {
//分页查询
searchSarAccess() {
this.$http.get("sarLawsDetailedList/sar-laws-detailed-list/getAllStand", {
page: this.page,
page: 1,
pageSize: this.pageSize,
...this.sarSarAccessEOSearch,
sortKey: 2
@@ -275,6 +275,7 @@ export default {
_this: this
}, res => {
this.sarAccessListDatas = res.data.records;
this.sarSarAccessEOSearch.page = 1
this.sarAccessListTotal = res.data.total
}, e => {
});