浏览代码

提交移动端自定义维度默认值

Lijy 2 年之前
父节点
当前提交
7504e5373a
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      fhKeeper/formulahousekeeper/timesheet_h5/src/views/edit/index.vue

+ 0 - 2
fhKeeper/formulahousekeeper/timesheet_h5/src/views/edit/index.vue

@@ -654,7 +654,6 @@ import timetoolVue from '../timetool/timetool.vue';
             },
 
             selectDegreeId(domain, index, domainItem, list) {
-                console.log(domain)
                 this.$axios.post("/report/defaultDegree", {
                     projectId: domain.id
                 })
@@ -667,7 +666,6 @@ import timetoolVue from '../timetool/timetool.vue';
                                 domainItem.degreeId = res.data.id
                             }
                         }
-                        console.log(domainItem, '值')
                         this.$forceUpdate();
                     } else {
                         this.$toast.fail('获取失败:'+res.msg);