Forráskód Böngészése

修复考核明细-添加人员问题

manywhy 2 hónapja
szülő
commit
0e155afe70

+ 3 - 3
src/performance/views/assessManagement/assessManagement.vue

@@ -875,9 +875,9 @@ export default {
     showSelectUser(index) {
       switch (index) {
         case 1:
-          // this.getAddEmployee(() => {
-          this.isShowUser = true;
-          // });
+          this.getAddEmployee(() => {
+            this.isShowUser = true;
+          });
           break;
         case 2:
           this.isShowUser2 = true;