|
|
@@ -270,7 +270,7 @@
|
|
|
type="text"
|
|
|
v-if="
|
|
|
scope.row.parentOrgId == isEdit &&
|
|
|
- scope.row.parentId == null
|
|
|
+ scope.row.parentId == null
|
|
|
"
|
|
|
icon="el-icon-delete"
|
|
|
@click="handleDelete(scope.row)"
|
|
|
@@ -751,7 +751,7 @@ export default {
|
|
|
this.$modal.msgSuccess("编辑成功");
|
|
|
this.open = false;
|
|
|
this.getList();
|
|
|
-
|
|
|
+
|
|
|
})
|
|
|
.catch(() => {
|
|
|
});
|
|
|
@@ -833,7 +833,7 @@ export default {
|
|
|
// })
|
|
|
// .catch(() => {});
|
|
|
// }
|
|
|
-
|
|
|
+
|
|
|
// },
|
|
|
|
|
|
handDistribute(row) {
|
|
|
@@ -861,7 +861,7 @@ export default {
|
|
|
}
|
|
|
);
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
}else if(row.planCycle==0 &&row.planStatus==2){
|
|
|
this.distribute(row.id, true);
|
|
|
// this.$modal
|
|
|
@@ -876,7 +876,7 @@ export default {
|
|
|
this.distribute(row.id, false);
|
|
|
});
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
distribute(id, immediateEffect) {
|
|
|
this.loading = true;
|