Kaynağa Gözat

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

郭一超 9 ay önce
ebeveyn
işleme
b25565a140
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      cokingCoal/js/humanResources.js

+ 0 - 1
cokingCoal/js/humanResources.js

@@ -3154,7 +3154,6 @@ 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();
             }