guhongwei 5 년 전
부모
커밋
93eafdfb68
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/views/want/info/context/jobinfo.vue

+ 0 - 2
src/views/want/info/context/jobinfo.vue

@@ -82,10 +82,8 @@ export default {
       if (`${result.errcode}` === '0') {
         for (const val of result.data) {
           let { identity } = await this.corpOperation({ type: 'search', data: { corpid: val.corpid } });
-          console.log(identity.logo_url);
           val.logo_url = identity.logo_url;
         }
-        console.log(result.data);
         this.$set(this, `totalRow`, result.total);
         this.$set(this, `list`, result.data);
       } else {