Browse Source

fix:修改选择代理人全选问题

wuguojie 1 năm trước cách đây
mục cha
commit
bd095e5815
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/views/PeopleManage/Agent/QuoteCountManagement.vue

+ 4 - 0
src/views/PeopleManage/Agent/QuoteCountManagement.vue

@@ -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()
     },