소스 검색

删除多余打印

Wang-Xiao-Ran 1 년 전
부모
커밋
96b251e75b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/views/my/score.vue

+ 0 - 1
src/views/my/score.vue

@@ -179,7 +179,6 @@ export default {
       this.queryParamsPage.pageSize = 10;
       this.queryParamsPage.userId = row.userId;
       getPersonBasicInfo(this.queryParamsPage).then(response => {
-        console.log(response)
         this.ScoreOperateList = response.rows;
         this.totalPage = response.total;
         this.open = true;