wy 1 год назад
Родитель
Сommit
e16c083974
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      src/views/component/trainingManage/index.vue

+ 1 - 2
src/views/component/trainingManage/index.vue

@@ -215,7 +215,7 @@ export default {
         async getDatas () {
         async getDatas () {
             this.loading = true
             this.loading = true
             const params = {
             const params = {
-                diDian: this.level
+                //diDian: this.level
             }
             }
             if (this.user) {
             if (this.user) {
                 params.userId = this.user
                 params.userId = this.user
@@ -231,7 +231,6 @@ export default {
             console.log('params', params)
             console.log('params', params)
             try {
             try {
                 const { data: tempList } = await getUserStatisticList(params)
                 const { data: tempList } = await getUserStatisticList(params)
-                console.log('接口数据', tempList)
                 tempList.forEach(item => { item.jian_ding_zi_ge_z = item.jian_ding_zi_ge_z ? item.jian_ding_zi_ge_z : '/' })
                 tempList.forEach(item => { item.jian_ding_zi_ge_z = item.jian_ding_zi_ge_z ? item.jian_ding_zi_ge_z : '/' })
 
 
                 // 默认参训率排序
                 // 默认参训率排序