fix:添加代办时 实时显示

This commit is contained in:
weifashi 2023-08-07 00:18:08 +08:00
parent 40474319e3
commit 1b090c1c6e

View File

@ -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;
}