Ver Fonte

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

Lijy há 2 anos atrás
pai
commit
7504e5373a

+ 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);