|
@@ -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
|