liujq 2 년 전
부모
커밋
06a4e6e13d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/house/contentEdit.vue

+ 0 - 1
src/views/house/contentEdit.vue

@@ -28,7 +28,6 @@ export default {
         this.cObj = curData || {}
         this.content = curData.content || '点击这里请输入楼盘介绍'
         this.$refs.refContent.hasChange = false
-        console.log(this.content)
       })
     }
   },