|
|
@@ -300,6 +300,9 @@ export default {
|
|
|
// 代理人分页页数变化函数
|
|
|
handlePageNumChange(page) {
|
|
|
this.pageNum = page
|
|
|
+ if(this.checkType === 'cur') {
|
|
|
+ this.checkType = ''
|
|
|
+ }
|
|
|
this.initAgentUser()
|
|
|
},
|
|
|
// 选择代理人确认
|
|
|
@@ -474,6 +477,7 @@ export default {
|
|
|
this.countDetailForm = {}
|
|
|
this.pageNum = 1
|
|
|
this.checkType = ''
|
|
|
+ this.selectedLength = 0
|
|
|
this.initAgentUser()
|
|
|
this.initOrganization()
|
|
|
},
|