浏览代码

再次提交

Lijy 3 年之前
父节点
当前提交
7ecf7c7905
共有 1 个文件被更改,包括 1 次插入3 次删除
  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