shish 4 年 前
コミット
6b6a004632
1 ファイル変更1 行追加1 行削除
  1. 1 1
      ghsApp/src/admin/billing/affirm.vue

+ 1 - 1
ghsApp/src/admin/billing/affirm.vue

@@ -303,7 +303,7 @@ export default {
         this.staffList = res.data.list
         if(!this.$util.isEmpty(this.staffList)){
           for(const ele of this.staffList){
-            if(this.getLoginInfo.getStaffId == ele.id){
+            if(this.getLoginInfo.shopAdminId == ele.id){
               this.form.getStaffId = ele.id
               this.form.getStaffName = ele.name
             }