mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-13 03:52:50 +00:00
fix: 负责人修改后不显示在仪表盘的情况
This commit is contained in:
parent
9a69f3b019
commit
c17eca28fa
@ -740,6 +740,7 @@ class ProjectTask extends AbstractModel
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
$updateMarking['is_update_project'] = true;
|
$updateMarking['is_update_project'] = true;
|
||||||
|
$this->updated_at = Carbon::now();
|
||||||
$this->syncDialogUser();
|
$this->syncDialogUser();
|
||||||
}
|
}
|
||||||
// 可见性
|
// 可见性
|
||||||
@ -895,6 +896,7 @@ class ProjectTask extends AbstractModel
|
|||||||
$row->delete();
|
$row->delete();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
$this->updated_at = Carbon::now();
|
||||||
$this->syncDialogUser();
|
$this->syncDialogUser();
|
||||||
}
|
}
|
||||||
// 背景色
|
// 背景色
|
||||||
|
|||||||
2
resources/assets/js/store/state.js
vendored
2
resources/assets/js/store/state.js
vendored
@ -7,7 +7,7 @@ export default {
|
|||||||
clientId: "",
|
clientId: "",
|
||||||
|
|
||||||
// 缓存版本号(如果想升级后清除客户端缓存则修改此参数值)
|
// 缓存版本号(如果想升级后清除客户端缓存则修改此参数值)
|
||||||
cacheVersion: "v7",
|
cacheVersion: "v8",
|
||||||
|
|
||||||
// 窗口是否激活
|
// 窗口是否激活
|
||||||
windowActive: true,
|
windowActive: true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user