Преглед на файлове

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

郭一超 преди 1 година
родител
ревизия
b25565a140
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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();
             }