mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 19:35:50 +00:00
fix: 打开任务出现空白错误的概率
This commit is contained in:
parent
68d9d3a659
commit
77f1869e3c
3
resources/assets/js/store/actions.js
vendored
3
resources/assets/js/store/actions.js
vendored
@ -1324,6 +1324,9 @@ export default {
|
|||||||
}
|
}
|
||||||
//
|
//
|
||||||
state.cacheDialogs.some(dialog => {
|
state.cacheDialogs.some(dialog => {
|
||||||
|
if (dialog.name === undefined || dialog.dialog_delete === 1) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
if (dialog.type == 'group' && dialog.group_type == 'task' && dialog.group_info.id == data.id) {
|
if (dialog.type == 'group' && dialog.group_type == 'task' && dialog.group_info.id == data.id) {
|
||||||
if (data.name !== undefined) {
|
if (data.name !== undefined) {
|
||||||
dialog.name = data.name
|
dialog.name = data.name
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user