提交 0f7b850f 编写于 作者: C colynn.liu

fix: when parser not equal current exist mapping items

上级 8db2e3ff
...@@ -232,6 +232,8 @@ export default { ...@@ -232,6 +232,8 @@ export default {
data[index].image_tag_type = currentItem.image_tag_type data[index].image_tag_type = currentItem.image_tag_type
data[index].project_app_id = currentItem.project_app_id data[index].project_app_id = currentItem.project_app_id
data[index].id = currentItem.id data[index].id = currentItem.id
} else {
data.unshift(currentItem)
} }
}); });
}); });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册