Browse Source

修改人才中心双选服务平台大屏综合测评不显示列表问题

郭一超 9 months ago
parent
commit
c710dbad8f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      cokingCoal/js/humanResources.js

+ 2 - 1
cokingCoal/js/humanResources.js

@@ -3079,7 +3079,7 @@ let app = new Vue({
       }
       return arr;
     },
-    getNoticePerson(type = 3) {
+    getNoticePerson(type) {
       let that = this;
       if (type == 1) {
         that.showExamination = false;
@@ -3154,6 +3154,7 @@ let app = new Vue({
             res.bishiList = arr.filter((_, index) => index % 2 === 0);
             res.mianshiList = arr.filter((_, index) => index % 2 !== 0);
             that.configInterviewElse.data = [...arr];
+            console.log(that.configInterviewElse.data)
             if (len) {
               that.configInterviewElse.data.pop();
             }