소스 검색

Merge branch 'master' of http://git.cc-lotus.info/service-platform/web-test

guhongwei 4 년 전
부모
커밋
96d732b603
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 8
      src/views/kjpdhall/index.vue

+ 0 - 8
src/views/kjpdhall/index.vue

@@ -88,7 +88,6 @@ export default {
   },
   async created() {
     await this.search();
-    // await this.searchVedio();
   },
   methods: {
     ...channel(['query', 'fetch', 'update', 'create', 'delete']),
@@ -107,15 +106,8 @@ export default {
       }
     },
     show(data) {
-      console.log(data);
       this.videoUrl = data.file_path;
     },
-    // async searchVedio() {
-    //   const res = await this.videoquery({ user_id: this.id });
-    //   if (this.$checkRes(res)) {
-    //     this.$set(this, `videolist`, res.data);
-    //   }
-    // },
   },
   computed: {
     ...mapState(['user']),