shish 2 éve
szülő
commit
bb81af9d1b
1 módosított fájl, 0 hozzáadás és 8 törlés
  1. 0 8
      ghsApp/src/admin/billing/affirm.vue

+ 0 - 8
ghsApp/src/admin/billing/affirm.vue

@@ -373,14 +373,6 @@ export default {
     getAllStaff().then(res=>{
     getAllStaff().then(res=>{
       if(res.code == 1){
       if(res.code == 1){
         this.staffList = res.data.list
         this.staffList = res.data.list
-        if(!this.$util.isEmpty(this.staffList)){
-          for(const ele of this.staffList){
-            if(this.getLoginInfo.shopAdminId == ele.id){
-              this.form.getStaffId = ele.id
-              this.form.getStaffName = ele.name
-            }
-          }
-        }
       }
       }
     })
     })