浏览代码

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

manywhy 2 月之前
父节点
当前提交
0e155afe70
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/performance/views/assessManagement/assessManagement.vue

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

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