禅道bug
This commit is contained in:
@@ -3718,6 +3718,7 @@ export default {
|
||||
},
|
||||
// 搜索
|
||||
getDomesticStandardTableBtn(item) {
|
||||
sessionStorage.setItem('tableFlag', JSON.stringify(item))
|
||||
this.tableFlag = item
|
||||
item.page = 1
|
||||
this.getDomesticStandardTable(item)
|
||||
@@ -4492,7 +4493,8 @@ export default {
|
||||
// 分页每页显示数改变后方法
|
||||
pageSizeChange(pageSize) {
|
||||
this.sarStandardsSearch.pageSize = this.$store.getters.userInfo.configContent
|
||||
this.getDomesticStandardTable(this.tableFlag)
|
||||
let tabFlag = JSON.parse(sessionStorage.getItem('tableFlag'))
|
||||
this.getDomesticStandardTable(tabFlag)
|
||||
this.selectConfiguraStand()
|
||||
// 此处需要调用接口,修改个人配置
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user