소스 검색

no message

linwenxin 5 달 전
부모
커밋
ad853d8b24
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/layout/index.vue

+ 0 - 1
src/layout/index.vue

@@ -73,7 +73,6 @@ export default {
       // 打开提示窗口
       comListDownloadGet({ pageNo: 1, pageSize: -1 }).then(res => {
         this.ListDownload = res.data.records
-        console.log(this.ListDownload)
         if (this.ListDownload.length) {
           this.dialogTableVisible = true
         }