qymljy 2 anni fa
parent
commit
03ef4b6c0d

+ 2 - 2
src/HDrpManagement/contractManage/components/addContract.vue

@@ -1009,11 +1009,11 @@ export default {
     tabClick(){
       console.log(this.activeName)
       if (this.activeName === '客户'){
-        this.agentListPrams.content.where.type = '7'
+        this.agentListPrams.content.where.type = '19'
         this.$refs.member.flag = true
         this.$refs.member.listData()
       }else {
-        this.agentListPrams.content.where.type = '16'
+        this.agentListPrams.content.where.type = '20'
         this.$refs.member.flag = true
         this.$refs.member.listData()
       }

+ 2 - 2
src/HDrpManagement/contractManage/components/editContract.vue

@@ -964,11 +964,11 @@ export default {
     tabClick(){
       console.log(this.activeName)
       if (this.activeName === '客户'){
-        this.agentListPrams.content.where.type = '7'
+        this.agentListPrams.content.where.type = '19'
 
         this.$refs.member.listData()
       }else {
-        this.agentListPrams.content.where.type = '5'
+        this.agentListPrams.content.where.type = '20'
 
         this.$refs.member.listData()
       }