k94314517
2024-11-23 3011b9800d6c5bee031d87bc4e225b5b1fb52571
company/src/components/enterprise/selectEmployees.vue
@@ -81,6 +81,7 @@
      confirming:false,
      type: '',
      val: '',
      companyId: null,
      memberIds:[],
      loading:false,
      memberList:[],
@@ -115,6 +116,7 @@
      if (obj.type) {
        this.type = obj.type
      }
      this.companyId = obj.companyId
      this.list = []
      if (obj.insuranceApplyId) {
        this.insuranceApplyId = obj.insuranceApplyId
@@ -162,9 +164,6 @@
        }
        item.fee = this.price
      })
      console.log(this.oldList)
      console.log(this.seleData)
      this.confirming=false
      this.$emit('result', this.seleData)
      this.seleData=[]
@@ -197,6 +196,7 @@
        this.loading = true;
        findListByDTO({
          name: query,
          companyId: this.companyId,
          insuranceApplyId: this.insuranceApplyId,
          notInInsuranceApplyId: this.notInInsuranceApplyId,
          validTime: this.validTime