mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-13 12:02:51 +00:00
fix:添加代办时 实时显示
This commit is contained in:
parent
40474319e3
commit
1b090c1c6e
3
resources/assets/js/store/actions.js
vendored
3
resources/assets/js/store/actions.js
vendored
@ -2297,6 +2297,9 @@ export default {
|
||||
if (data.mtype == 'tag') {
|
||||
updateData.has_tag = true;
|
||||
}
|
||||
if (data.mtype == 'todo') {
|
||||
updateData.has_todo = true;
|
||||
}
|
||||
if (data.mtype == 'image') {
|
||||
updateData.has_image = true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user