Browse Source

再次提交

Lijy 3 years ago
parent
commit
7ecf7c7905
1 changed files with 1 additions and 3 deletions
  1. 1 3
      fhKeeper/formulahousekeeper/timesheet_h5/src/views/edit/index.vue

+ 1 - 3
fhKeeper/formulahousekeeper/timesheet_h5/src/views/edit/index.vue

@@ -735,7 +735,7 @@
 
             // 选择项目
             clickPicker(i, item) {
-                // if (!this.canEdit) return;
+                if (!this.canEdit) return;
                 // this.clickIndex = i;
                 // this.showPickerProject = true;
                 console.log(i, item, this.form)
@@ -753,12 +753,10 @@
                 this.clickIndex = i;
                 this.showPickerProjects = true;
                 var proId = this.form.domains[this.clickIndex].projectId
-                console.log(proId, 990990)
                 this.dimension(proId)
             },
             //选择任务
             clickPickerTask(i) {
-                console.log(1234567)
                 if (!this.canEdit) return;
                 this.clickIndex = i;
                 var proId = this.form.domains[this.clickIndex].projectId