|
@@ -2806,7 +2806,7 @@ export default {
|
|
gjson.lines.push({ from: 'chap' + i, to: 'task' + i + '-' + j })
|
|
gjson.lines.push({ from: 'chap' + i, to: 'task' + i + '-' + j })
|
|
if (_task.people) {
|
|
if (_task.people) {
|
|
let _people = '负责人-' + this.getGMan(_task.people)
|
|
let _people = '负责人-' + this.getGMan(_task.people)
|
|
- gjson.nodes.push({ id: 'people' + i + '-' + j, text: _people, borderWidth: -1, color: '#1f7cda' })
|
|
|
|
|
|
+ gjson.nodes.push({ id: 'people' + i + '-' + j, text: _people, borderWidth: -1, color: '#004d9b' })
|
|
gjson.lines.push({ from: 'task' + i + '-' + j, to: 'people' + i + '-' + j })
|
|
gjson.lines.push({ from: 'task' + i + '-' + j, to: 'people' + i + '-' + j })
|
|
if (_task.tcMember && _task.tcMember.length) {
|
|
if (_task.tcMember && _task.tcMember.length) {
|
|
for (var tc = 0; tc < _task.tcMember.length; tc++) {
|
|
for (var tc = 0; tc < _task.tcMember.length; tc++) {
|