Wang Zi Wen 2 éve
szülő
commit
b6eeb9e978
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      ruoyi-ui/src/views/branch/zbjs/meeting/index.vue

+ 2 - 1
ruoyi-ui/src/views/branch/zbjs/meeting/index.vue

@@ -386,7 +386,7 @@ export default {
                 if (j > 0) {
                   recorderString += "、" + this.selectDictLabel(this.userList, recorder[j]);
                 } else {
-                  recorderString += this.selectDictLabel(this.userList, recorder[i]);
+                  recorderString += this.selectDictLabel(this.userList, recorder[j]);
                 }
               }
               this.mgrList[i].recorderString = recorderString;
@@ -430,6 +430,7 @@ export default {
           }
           this.total = response.total;
           this.loading = false;
+          console.log(this.mgrList);
         });
       });
     },