Browse Source

删除多余打印

Wang-Xiao-Ran 1 year ago
parent
commit
96b251e75b
1 changed files with 0 additions and 1 deletions
  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;