Explorar o código

删除多余打印

Wang-Xiao-Ran hai 1 ano
pai
achega
96b251e75b
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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;