feat: There is no way the,
This commit is contained in:
+24
-23
@@ -3500,27 +3500,23 @@ export default {
|
|||||||
this.selectConfiguraStand()
|
this.selectConfiguraStand()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 分页点击后方法
|
// 分页点击后方法
|
||||||
pageChange (page) {
|
pageChange(page) {
|
||||||
if (this.tableFlag !== '') {
|
if (this.tableFlag !== '') {
|
||||||
this.tableFlag.page = page
|
this.tableFlag.page = page
|
||||||
this.sarConfigStandSearch.page = this.tableFlag.page
|
} else {
|
||||||
} else {
|
this.sarBussionessSearch.page = page
|
||||||
this.sarBussionessSearch.page = page
|
}
|
||||||
this.sarConfigStandSearch.page = this.sarBussionessSearch.page
|
this.sarBussionessSearch.page = page
|
||||||
}
|
this.getBussionStandTable(this.sarBussionessSearch)
|
||||||
// this.selectConfiguraStand()
|
},
|
||||||
this.getBussionStandTable(this.tableFlag)
|
// 分页每页显示数改变后方法
|
||||||
},
|
pageSizeChange(pageSize) {
|
||||||
// 分页每页显示数改变后方法
|
this.sarBussionessSearch.pageSize = this.$store.getters.userInfo.configContent
|
||||||
pageSizeChange (pageSize) {
|
this.getBussionStandTable(this.tableFlag)
|
||||||
// this.sarBussionessSearch.pageSize = pageSize
|
this.selectConfiguraStand()
|
||||||
this.sarBussionessSearch.pageSize = this.$store.getters.userInfo.configContent
|
// 此处需要调用接口,修改个人配置
|
||||||
this.getBussionStandTable(this.tableFlag)
|
},
|
||||||
this.sarConfigStandSearch.pageSize = this.sarBussionessSearch.pageSize
|
|
||||||
this.selectConfiguraStand()
|
|
||||||
// 此处需要调用接口,修改个人配置
|
|
||||||
},
|
|
||||||
// 查询处于游离态的标准
|
// 查询处于游离态的标准
|
||||||
selectConfiguraStand () {
|
selectConfiguraStand () {
|
||||||
// this.sarConfigStandSearch.menuId = 'others'
|
// this.sarConfigStandSearch.menuId = 'others'
|
||||||
@@ -3540,7 +3536,7 @@ export default {
|
|||||||
item.pageSize = this.$store.getters.userInfo.configContent
|
item.pageSize = this.$store.getters.userInfo.configContent
|
||||||
}
|
}
|
||||||
this.sarBussionessSearch.pageSize = this.$store.getters.userInfo.configContent
|
this.sarBussionessSearch.pageSize = this.$store.getters.userInfo.configContent
|
||||||
const data = item || this.lawsStandInfoSearch
|
const data = item || this.sarBussionessSearch
|
||||||
const formData = {...data}
|
const formData = {...data}
|
||||||
if (!item) {
|
if (!item) {
|
||||||
formData.menuId = this.sarBussionessSearch.menuId
|
formData.menuId = this.sarBussionessSearch.menuId
|
||||||
@@ -3606,7 +3602,10 @@ export default {
|
|||||||
}
|
}
|
||||||
res.data.list[i].isSubmit = false
|
res.data.list[i].isSubmit = false
|
||||||
}
|
}
|
||||||
|
this.standinfoList = []
|
||||||
this.standinfoList = res.data.list
|
this.standinfoList = res.data.list
|
||||||
|
console.log(this.standinfoList)
|
||||||
|
console.log(res.data.list)
|
||||||
this.total = res.data.count
|
this.total = res.data.count
|
||||||
if ((this.standinfoList.length === 0 || this.standinfoList === []) && this.sarBussionessSearch.page !== 1) {
|
if ((this.standinfoList.length === 0 || this.standinfoList === []) && this.sarBussionessSearch.page !== 1) {
|
||||||
this.pageChange(1)
|
this.pageChange(1)
|
||||||
@@ -4030,7 +4029,9 @@ export default {
|
|||||||
}
|
}
|
||||||
res.data.list[i].isSubmit = false
|
res.data.list[i].isSubmit = false
|
||||||
}
|
}
|
||||||
this.stahndinfoList = res.data.list
|
this.stahndinfoList = []
|
||||||
|
this.stahndinfoList = res.data.list
|
||||||
|
console.log(this.stahndinfoList)
|
||||||
this.total = res.data.count
|
this.total = res.data.count
|
||||||
if ((this.stahndinfoList.length === 0 || this.stahndinfoList === []) && this.sarBussionessSearch.page !== 1) {
|
if ((this.stahndinfoList.length === 0 || this.stahndinfoList === []) && this.sarBussionessSearch.page !== 1) {
|
||||||
this.pageChange(1)
|
this.pageChange(1)
|
||||||
|
|||||||
Reference in New Issue
Block a user