|
|
@ -137,7 +137,7 @@ import collectionrebatemanagementAdd from './collectionrebatemanagementAdd' |
|
|
|
import collectionrebatemanagementInfo from './collectionrebatemanagementInfo' |
|
|
|
|
|
|
|
export default { |
|
|
|
name: 'huikuanfanliguanli', |
|
|
|
name: 'HuiKuanFanLiGuanLi', |
|
|
|
components: { |
|
|
|
Pagination, |
|
|
|
pageye, |
|
|
@ -176,6 +176,9 @@ export default { |
|
|
|
collectionStartDate: '', |
|
|
|
collectionEndDate: '', |
|
|
|
state: '', |
|
|
|
orgPath: '', |
|
|
|
userSid: '', |
|
|
|
menuUrl: '', |
|
|
|
sidList: [] |
|
|
|
}, |
|
|
|
current: 1, |
|
|
@ -242,6 +245,9 @@ export default { |
|
|
|
// 查询列表信息 |
|
|
|
getList() { |
|
|
|
this.listLoading = true |
|
|
|
this.listQuery.params.userSid = window.sessionStorage.getItem('userSid') |
|
|
|
this.listQuery.params.orgPath = window.sessionStorage.getItem('defaultOrgPath') |
|
|
|
this.listQuery.params.menuUrl = this.$route.path |
|
|
|
req.listPage(this.listQuery).then((response) => { |
|
|
|
console.log('列表查询结果:', response) |
|
|
|
this.listLoading = false |
|
|
@ -269,6 +275,9 @@ export default { |
|
|
|
collectionStartDate: '', |
|
|
|
collectionEndDate: '', |
|
|
|
state: '', |
|
|
|
orgPath: '', |
|
|
|
userSid: '', |
|
|
|
menuUrl: '', |
|
|
|
sidList: [] |
|
|
|
}, |
|
|
|
current: 1, |
|
|
|